summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJanne Johansson <jj@cvs.openbsd.org>2009-04-14 21:16:41 +0000
committerJanne Johansson <jj@cvs.openbsd.org>2009-04-14 21:16:41 +0000
commit857b531ef333a89a8867fa73be8ca3e88bbd1c24 (patch)
treece6703c2f93502fcf50da5fb0b94b32fdc3f4225
parenta0b443367ad05923085e5281d41155e76ab9dd39 (diff)
tried to fix a the-the in the comment, ended up rewriting it. with/from joris@
-rw-r--r--usr.bin/rcs/rcs.c5
1 files changed, 3 insertions, 2 deletions
diff --git a/usr.bin/rcs/rcs.c b/usr.bin/rcs/rcs.c
index eadf7b576c6..433db042ec4 100644
--- a/usr.bin/rcs/rcs.c
+++ b/usr.bin/rcs/rcs.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: rcs.c,v 1.53 2009/02/25 23:16:20 ray Exp $ */
+/* $OpenBSD: rcs.c,v 1.54 2009/04/14 21:16:40 jj Exp $ */
/*
* Copyright (c) 2004 Jean-Francois Brousseau <jfb@openbsd.org>
* All rights reserved.
@@ -1175,7 +1175,8 @@ rcs_getrev(RCSFILE *rfp, RCSNUM *frev)
}
}
- /* No matter what, we're going to need up the the description parsed */
+ /* No matter what, we'll need everything parsed up until the description
+ so go for it. */
rcs_parse_desc(rfp, NULL);
rdp = rcs_findrev(rfp, rfp->rf_head);