Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src s/saftey/safety/
details: https://anonhg.NetBSD.org/src/rev/845fbc0816ab
branches: trunk
changeset: 967905:845fbc0816ab
user: msaitoh <msaitoh%NetBSD.org@localhost>
date: Fri Dec 27 09:17:59 2019 +0000
description:
s/saftey/safety/
diffstat:
games/mille/mille.h | 4 ++--
sys/dev/ic/aic7xxx.c | 8 ++++----
2 files changed, 6 insertions(+), 6 deletions(-)
diffs (54 lines):
diff -r 760f8f84605f -r 845fbc0816ab games/mille/mille.h
--- a/games/mille/mille.h Fri Dec 27 08:53:30 2019 +0000
+++ b/games/mille/mille.h Fri Dec 27 09:17:59 2019 +0000
@@ -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 */
diff -r 760f8f84605f -r 845fbc0816ab sys/dev/ic/aic7xxx.c
--- a/sys/dev/ic/aic7xxx.c Fri Dec 27 08:53:30 2019 +0000
+++ b/sys/dev/ic/aic7xxx.c Fri Dec 27 09:17:59 2019 +0000
@@ -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 @@
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:
Home |
Main Index |
Thread Index |
Old Index