summaryrefslogtreecommitdiffstats
path: root/usr.bin/cvs/diff_internals.c
diff options
context:
space:
mode:
authorray <ray@openbsd.org>2007-05-28 22:12:44 +0000
committerray <ray@openbsd.org>2007-05-28 22:12:44 +0000
commit670448d662506376583215764fda43692fdbd143 (patch)
tree4cfbe92c61af8b72e72d91ed071068a69e0cd14f /usr.bin/cvs/diff_internals.c
parentanother small step towards hoststated reloading. (diff)
downloadwireguard-openbsd-670448d662506376583215764fda43692fdbd143.tar.xz
wireguard-openbsd-670448d662506376583215764fda43692fdbd143.zip
"in formation" -> "information"
OK niallo@
Diffstat (limited to 'usr.bin/cvs/diff_internals.c')
-rw-r--r--usr.bin/cvs/diff_internals.c4
1 files changed, 2 insertions, 2 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)
*/