diff options
author | Tobias Stoeckmann <tobias@cvs.openbsd.org> | 2010-09-11 07:26:01 +0000 |
---|---|---|
committer | Tobias Stoeckmann <tobias@cvs.openbsd.org> | 2010-09-11 07:26:01 +0000 |
commit | 96fce850490edbbc74dce5a3ac534944c164c42e (patch) | |
tree | 38b4f1dd65055d7ca7239bae3c6adcc7aca1b1dc /usr.bin/rcs | |
parent | a1d69371221ab8fd0846d0dead39e7bd16ed85da (diff) |
Fixed typo.
ok ray, zinovik
Diffstat (limited to 'usr.bin/rcs')
-rw-r--r-- | usr.bin/rcs/rcs.c | 4 |
1 files changed, 2 insertions, 2 deletions
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 |