diff options
Diffstat (limited to 'usr.bin/cvs/rcs.c')
-rw-r--r-- | usr.bin/cvs/rcs.c | 4 |
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 |