summaryrefslogtreecommitdiffstats
path: root/rogue
diff options
context:
space:
mode:
authormbalmer <mbalmer@NetBSD.org>2012-12-01 11:37:26 +0000
committermbalmer <mbalmer@NetBSD.org>2012-12-01 11:37:26 +0000
commit963fd6a4bd6f31dfcbbea64db8b90b53f1d39a22 (patch)
tree67c6936832dc625b69416b19bfa537ab5d133bdf /rogue
parent677e763e7cf12fe5bc5f75fad47080697dfe1b02 (diff)
downloadbsdgames-darwin-963fd6a4bd6f31dfcbbea64db8b90b53f1d39a22.tar.gz
bsdgames-darwin-963fd6a4bd6f31dfcbbea64db8b90b53f1d39a22.tar.zst
bsdgames-darwin-963fd6a4bd6f31dfcbbea64db8b90b53f1d39a22.zip
Fix misspelling of acceptible (it's only acceptable with an 'a', not an 'i').
Diffstat (limited to 'rogue')
-rw-r--r--rogue/machdep.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/rogue/machdep.c b/rogue/machdep.c
index 072e4d69..e6d6292d 100644
--- a/rogue/machdep.c
+++ b/rogue/machdep.c
@@ -1,4 +1,4 @@
-/* $NetBSD: machdep.c,v 1.19 2011/09/01 07:18:51 plunky Exp $ */
+/* $NetBSD: machdep.c,v 1.20 2012/12/01 11:37:27 mbalmer Exp $ */
/*
* Copyright (c) 1988, 1993
@@ -37,7 +37,7 @@
#if 0
static char sccsid[] = "@(#)machdep.c 8.1 (Berkeley) 5/31/93";
#else
-__RCSID("$NetBSD: machdep.c,v 1.19 2011/09/01 07:18:51 plunky Exp $");
+__RCSID("$NetBSD: machdep.c,v 1.20 2012/12/01 11:37:27 mbalmer Exp $");
#endif
#endif /* not lint */
@@ -84,7 +84,7 @@ __RCSID("$NetBSD: machdep.c,v 1.19 2011/09/01 07:18:51 plunky Exp $");
* #endif
* }
*
- * Appropriate variations of this are of course acceptible.
+ * Appropriate variations of this are of course acceptable.
* The use of "#elseif" is discouraged because of non-portability.
* If the correct #define doesn't exist, "UNIX_SYSV" in this case, make it up
* and insert it in the list at the top of the file. Alter the CFLAGS