summaryrefslogtreecommitdiff
path: root/usr.bin/cvs/rcs.c
diff options
context:
space:
mode:
authorTobias Stoeckmann <tobias@cvs.openbsd.org>2010-09-11 07:26:01 +0000
committerTobias Stoeckmann <tobias@cvs.openbsd.org>2010-09-11 07:26:01 +0000
commit96fce850490edbbc74dce5a3ac534944c164c42e (patch)
tree38b4f1dd65055d7ca7239bae3c6adcc7aca1b1dc /usr.bin/cvs/rcs.c
parenta1d69371221ab8fd0846d0dead39e7bd16ed85da (diff)
Fixed typo.
ok ray, zinovik
Diffstat (limited to 'usr.bin/cvs/rcs.c')
-rw-r--r--usr.bin/cvs/rcs.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.bin/cvs/rcs.c b/usr.bin/cvs/rcs.c
index 4805e2cdf62..84d40641cfe 100644
--- a/usr.bin/cvs/rcs.c
+++ b/usr.bin/cvs/rcs.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: rcs.c,v 1.300 2010/09/03 08:37:52 tobias Exp $ */
+/* $OpenBSD: rcs.c,v 1.301 2010/09/11 07:26:00 tobias Exp $ */
/*
* Copyright (c) 2004 Jean-Francois Brousseau <jfb@openbsd.org>
* All rights reserved.
@@ -1625,7 +1625,7 @@ rcs_parse_desc(RCSFILE *rfp, RCSNUM *rev)
/*
* rcs_parse_init()
*
- * Initial parsing of file <path>, which are in the RCS format.
+ * Initial parsing of file <path>, which is in the RCS format.
* Just does admin section.
*/
static void