diff options
-rw-r--r-- | usr.bin/cvs/rcs.c | 4 | ||||
-rw-r--r-- | usr.bin/rcs/rcs.c | 4 |
2 files changed, 4 insertions, 4 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 diff --git a/usr.bin/rcs/rcs.c b/usr.bin/rcs/rcs.c index f69955bf459..76a93310228 100644 --- a/usr.bin/rcs/rcs.c +++ b/usr.bin/rcs/rcs.c @@ -1,4 +1,4 @@ -/* $OpenBSD: rcs.c,v 1.62 2010/09/02 00:21:41 tobias Exp $ */ +/* $OpenBSD: rcs.c,v 1.63 2010/09/11 07:26:00 tobias Exp $ */ /* * Copyright (c) 2004 Jean-Francois Brousseau <jfb@openbsd.org> * All rights reserved. @@ -1767,7 +1767,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 |