[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Cvs-cvs] ccvs/src rcs.c [cvs1-11-x-branch]
From: |
Mark D. Baushke |
Subject: |
[Cvs-cvs] ccvs/src rcs.c [cvs1-11-x-branch] |
Date: |
Tue, 09 May 2006 21:00:40 +0000 |
CVSROOT: /cvsroot/cvs
Module name: ccvs
Branch: cvs1-11-x-branch
Changes by: Mark D. Baushke <address@hidden> 06/05/09 21:00:40
Modified files:
src : rcs.c
Log message:
Fix typo in comment.
CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/cvs/ccvs/src/rcs.c.diff?only_with_tag=cvs1-11-x-branch&tr1=1.262.4.48&tr2=1.262.4.49&r1=text&r2=text
Patches:
Index: ccvs/src/rcs.c
diff -u ccvs/src/rcs.c:1.262.4.48 ccvs/src/rcs.c:1.262.4.49
--- ccvs/src/rcs.c:1.262.4.48 Tue May 9 20:56:50 2006
+++ ccvs/src/rcs.c Tue May 9 21:00:39 2006
@@ -8834,7 +8834,7 @@
* Go through the symbolic tag list, find the next unused magic
* branch revision.
*
- * Returns 2 if it can't figure anything out, then the caller
+ * Returns defaultrv if it can't figure anything out, then the caller
* will end up doing a linear search.
*/
static int findnextmagicrev_dots;