aboutsummaryrefslogtreecommitdiff
path: root/gnu
diff options
context:
space:
mode:
authorKris Kennaway <kris@FreeBSD.org>2001-05-12 10:28:47 +0000
committerKris Kennaway <kris@FreeBSD.org>2001-05-12 10:28:47 +0000
commit55e3e076b3dd5e67105a01081bd53f8819e42cf9 (patch)
tree0a9d239275331fe7074b10821dcd9d1052bc1f86 /gnu
parentff7543ca42f8a42b04545cb0c23f0fb3a00eced2 (diff)
downloadsrc-55e3e076b3dd5e67105a01081bd53f8819e42cf9.tar.gz
src-55e3e076b3dd5e67105a01081bd53f8819e42cf9.zip
Fix typo introduced in a comment in the previous commit
Notes
Notes: svn path=/head/; revision=76512
Diffstat (limited to 'gnu')
-rw-r--r--gnu/usr.bin/rcs/lib/conf.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/usr.bin/rcs/lib/conf.h b/gnu/usr.bin/rcs/lib/conf.h
index 11f718d1ba52..d4be9175ea22 100644
--- a/gnu/usr.bin/rcs/lib/conf.h
+++ b/gnu/usr.bin/rcs/lib/conf.h
@@ -172,7 +172,7 @@ typedef void *malloc_type; /* type returned by malloc() */
/* #define has_getwd ? */ /* Does getwd() work? */
#define needs_getabsname 0 /* Must we define getabsname? */
#define has_mktemp 1 /* Does mktemp() work? */
-#define has_mkstemp 1 /* DOes mkstemp() work? */
+#define has_mkstemp 1 /* Does mkstemp() work? */
#define has_NFS 1 /* Might NFS be used? */
#define has_psiginfo 0 /* Does psiginfo() work? */
#define has_psignal 1 /* Does psignal() work? */