summaryrefslogtreecommitdiffstats
path: root/backgammon
diff options
context:
space:
mode:
authorhubertf <hubertf@NetBSD.org>1998-09-11 13:06:30 +0000
committerhubertf <hubertf@NetBSD.org>1998-09-11 13:06:30 +0000
commitfc56d3230ad59bd65baf3d4f7b58e40598ef21a4 (patch)
treeeee2963cc26f3f7d97451df89764088f8f52de54 /backgammon
parentec5e11d622b04da62c04add1a34d40ba101d6d56 (diff)
downloadbsdgames-darwin-fc56d3230ad59bd65baf3d4f7b58e40598ef21a4.tar.gz
bsdgames-darwin-fc56d3230ad59bd65baf3d4f7b58e40598ef21a4.tar.zst
bsdgames-darwin-fc56d3230ad59bd65baf3d4f7b58e40598ef21a4.zip
fix typo, as per PR#5867
Diffstat (limited to 'backgammon')
-rw-r--r--backgammon/common_source/subs.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/backgammon/common_source/subs.c b/backgammon/common_source/subs.c
index 6e0dbd7a..f6cd1369 100644
--- a/backgammon/common_source/subs.c
+++ b/backgammon/common_source/subs.c
@@ -1,4 +1,4 @@
-/* $NetBSD: subs.c,v 1.6 1997/10/10 08:59:48 lukem Exp $ */
+/* $NetBSD: subs.c,v 1.7 1998/09/11 13:06:30 hubertf Exp $ */
/*
* Copyright (c) 1980, 1993
@@ -38,7 +38,7 @@
#if 0
static char sccsid[] = "@(#)subs.c 8.1 (Berkeley) 5/31/93";
#else
-__RCSID("$NetBSD: subs.c,v 1.6 1997/10/10 08:59:48 lukem Exp $");
+__RCSID("$NetBSD: subs.c,v 1.7 1998/09/11 13:06:30 hubertf Exp $");
#endif
#endif /* not lint */
@@ -342,7 +342,7 @@ getarg(arg)
args[acnt++] = 'n';
break;
- /* player is both read and white */
+ /* player is both red and white */
case 'b':
if (rflag)
break;