diff options
author | kris <kris@FreeBSD.org> | 2001-05-12 10:28:47 +0000 |
---|---|---|
committer | kris <kris@FreeBSD.org> | 2001-05-12 10:28:47 +0000 |
commit | 2f725652c1fda9a033223b816f04dd4d35198404 (patch) | |
tree | 04e3b72951bd07ea2aac6852b1294b4c0a929350 /gnu | |
parent | 216516061fbc082e56a1425a73ccb4813887b571 (diff) | |
download | FreeBSD-src-2f725652c1fda9a033223b816f04dd4d35198404.zip FreeBSD-src-2f725652c1fda9a033223b816f04dd4d35198404.tar.gz |
Fix typo introduced in a comment in the previous commit
Diffstat (limited to 'gnu')
-rw-r--r-- | gnu/usr.bin/rcs/lib/conf.h | 2 |
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 11f718d..d4be917 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? */ |