Skip to content

Commit

Permalink
s/saftey/safety/
Browse files Browse the repository at this point in the history
  • Loading branch information
msaitoh committed Dec 27, 2019
1 parent a463a0f commit cb48421
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions games/mille/mille.h
Original file line number Diff line number Diff line change
@@ -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
Expand Down Expand Up @@ -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 */
Expand Down
8 changes: 4 additions & 4 deletions sys/dev/ic/aic7xxx.c
Original file line number Diff line number Diff line change
@@ -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.
Expand Down Expand Up @@ -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 $
*
Expand All @@ -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>
Expand Down Expand Up @@ -922,7 +922,7 @@ ahc_handle_seqint(struct ahc_softc *ahc, u_int intstat)
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:
Expand Down

0 comments on commit cb48421

Please sign in to comment.