Module Name:    src
Committed By:   msaitoh
Date:           Fri Dec 27 09:18:00 UTC 2019

Modified Files:
        src/games/mille: mille.h
        src/sys/dev/ic: aic7xxx.c

Log Message:
s/saftey/safety/


To generate a diff of this commit:
cvs rdiff -u -r1.19 -r1.20 src/games/mille/mille.h
cvs rdiff -u -r1.137 -r1.138 src/sys/dev/ic/aic7xxx.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/games/mille/mille.h
diff -u src/games/mille/mille.h:1.19 src/games/mille/mille.h:1.20
--- src/games/mille/mille.h:1.19	Fri Aug 26 06:18:17 2011
+++ src/games/mille/mille.h	Fri Dec 27 09:17:59 2019
@@ -1,4 +1,4 @@
-/*	$NetBSD: mille.h,v 1.19 2011/08/26 06:18:17 dholland Exp $	*/
+/*	$NetBSD: mille.h,v 1.20 2019/12/27 09:17:59 msaitoh Exp $	*/
 
 /*
  * Copyright (c) 1982, 1993
@@ -56,7 +56,7 @@
 
 #define HAND_SZ		7	/* number of cards in a hand	*/
 #define DECK_SZ		101	/* number of cards in decks	*/
-#define NUM_SAFE	4	/* number of saftey cards	*/
+#define NUM_SAFE	4	/* number of safety cards	*/
 #define NUM_MILES	5	/* number of milestones types	*/
 #define NUM_CARDS	20	/* number of types of cards	*/
 #define BOARD_Y		17	/* size of board screen		*/

Index: src/sys/dev/ic/aic7xxx.c
diff -u src/sys/dev/ic/aic7xxx.c:1.137 src/sys/dev/ic/aic7xxx.c:1.138
--- src/sys/dev/ic/aic7xxx.c:1.137	Sun Nov 10 21:16:35 2019
+++ src/sys/dev/ic/aic7xxx.c	Fri Dec 27 09:18:00 2019
@@ -1,4 +1,4 @@
-/*	$NetBSD: aic7xxx.c,v 1.137 2019/11/10 21:16:35 chs Exp $	*/
+/*	$NetBSD: aic7xxx.c,v 1.138 2019/12/27 09:18:00 msaitoh Exp $	*/
 
 /*
  * Core routines and tables shareable across OS platforms.
@@ -39,7 +39,7 @@
  * IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
  * POSSIBILITY OF SUCH DAMAGES.
  *
- * $Id: aic7xxx.c,v 1.137 2019/11/10 21:16:35 chs Exp $
+ * $Id: aic7xxx.c,v 1.138 2019/12/27 09:18:00 msaitoh Exp $
  *
  * //depot/aic7xxx/aic7xxx/aic7xxx.c#112 $
  *
@@ -50,7 +50,7 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: aic7xxx.c,v 1.137 2019/11/10 21:16:35 chs Exp $");
+__KERNEL_RCSID(0, "$NetBSD: aic7xxx.c,v 1.138 2019/12/27 09:18:00 msaitoh Exp $");
 
 #include <dev/ic/aic7xxx_osm.h>
 #include <dev/ic/aic7xxx_inline.h>
@@ -922,7 +922,7 @@ ahc_handle_seqint(struct ahc_softc *ahc,
 		       scbptr, ahc_inb(ahc, ARG_1),
 		       ahc->scb_data->hscbs[scbptr].tag);
 		ahc_dump_card_state(ahc);
-		panic("for saftey");
+		panic("for safety");
 		break;
 	}
 	case OUT_OF_RANGE:

Reply via email to