diff options
author | Ray Lai <ray@cvs.openbsd.org> | 2007-05-28 22:12:45 +0000 |
---|---|---|
committer | Ray Lai <ray@cvs.openbsd.org> | 2007-05-28 22:12:45 +0000 |
commit | bb231f59d6e9600755e325b06bb137d7e4f4dc30 (patch) | |
tree | 53e2016061507d3c06ccb92f77fd4fa01612364d | |
parent | 0739723c2dfaeb4f7a762ed391916c2fcc4e5646 (diff) |
"in formation" -> "information"
OK niallo@
-rw-r--r-- | usr.bin/cvs/diff_internals.c | 4 | ||||
-rw-r--r-- | usr.bin/rcs/diff.c | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/usr.bin/cvs/diff_internals.c b/usr.bin/cvs/diff_internals.c index 4bfb6ed45fe..8a01f4f723e 100644 --- a/usr.bin/cvs/diff_internals.c +++ b/usr.bin/cvs/diff_internals.c @@ -1,4 +1,4 @@ -/* $OpenBSD: diff_internals.c,v 1.6 2007/05/28 22:07:40 ray Exp $ */ +/* $OpenBSD: diff_internals.c,v 1.7 2007/05/28 22:12:44 ray Exp $ */ /* * Copyright (C) Caldera International Inc. 2001-2002. * All rights reserved. @@ -150,7 +150,7 @@ struct line { } *file[2]; /* - * The following struct is used to record change in formation when + * The following struct is used to record change information when * doing a "context" or "unified" diff. (see routine "change" to * understand the highly mnemonic field names) */ diff --git a/usr.bin/rcs/diff.c b/usr.bin/rcs/diff.c index 2e8009f1083..2c299cae0aa 100644 --- a/usr.bin/rcs/diff.c +++ b/usr.bin/rcs/diff.c @@ -1,4 +1,4 @@ -/* $OpenBSD: diff.c,v 1.14 2007/05/28 22:07:40 ray Exp $ */ +/* $OpenBSD: diff.c,v 1.15 2007/05/28 22:12:44 ray Exp $ */ /* * Copyright (C) Caldera International Inc. 2001-2002. * All rights reserved. @@ -154,7 +154,7 @@ struct line { } *file[2]; /* - * The following struct is used to record change in formation when + * The following struct is used to record change information when * doing a "context" or "unified" diff. (see routine "change" to * understand the highly mnemonic field names) */ |