diff options
author | Kenneth R Westerback <krw@cvs.openbsd.org> | 2007-05-26 00:36:05 +0000 |
---|---|---|
committer | Kenneth R Westerback <krw@cvs.openbsd.org> | 2007-05-26 00:36:05 +0000 |
commit | c413206bf89a6cce9527a4d2de33ef258c0f02d3 (patch) | |
tree | 4150ce075256cb4e041c0b8c65ccd3f37ffcf297 /usr.bin/cvs/rcsnum.c | |
parent | 3e63d12de85bb03339039fd726ca30e5f9a849c2 (diff) |
More comment typos from Diego Casati. Including winners like funtion, allmost,
oustside, seqencer, toghether, nessissary, etc.
Diffstat (limited to 'usr.bin/cvs/rcsnum.c')
-rw-r--r-- | usr.bin/cvs/rcsnum.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/usr.bin/cvs/rcsnum.c b/usr.bin/cvs/rcsnum.c index 56915d5de5c..2682b8fdd6f 100644 --- a/usr.bin/cvs/rcsnum.c +++ b/usr.bin/cvs/rcsnum.c @@ -1,4 +1,4 @@ -/* $OpenBSD: rcsnum.c,v 1.43 2007/05/12 17:33:05 ray Exp $ */ +/* $OpenBSD: rcsnum.c,v 1.44 2007/05/26 00:36:04 krw Exp $ */ /* * Copyright (c) 2004 Jean-Francois Brousseau <jfb@openbsd.org> * All rights reserved. @@ -259,8 +259,8 @@ rcsnum_aton(const char *str, char **ep, RCSNUM *nump) * rightside of the branch number, so instead of having an odd * number of dot-separated decimals, it will have an even number. * - * Now, according to all the documentation i've found on the net - * about this, cvs does this for "efficiency reasons", i'd like + * Now, according to all the documentation I've found on the net + * about this, cvs does this for "efficiency reasons", I'd like * to hear one. * * We just make sure we remove the .0. from in the branch number. |