summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMartin Reindl <martin@cvs.openbsd.org>2006-12-30 14:11:07 +0000
committerMartin Reindl <martin@cvs.openbsd.org>2006-12-30 14:11:07 +0000
commit722baec7b4f656719cea93d31e9b4f90c005b93a (patch)
tree2091a81fff9d9fe4f03da4838aa973b376cdbb4a
parent2b5d8209bd099aded68472a25a8bfa214b051046 (diff)
one more 'verses'->'versus' typo in comment
-rw-r--r--usr.bin/mg/extend.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.bin/mg/extend.c b/usr.bin/mg/extend.c
index a7695171f94..416107664a4 100644
--- a/usr.bin/mg/extend.c
+++ b/usr.bin/mg/extend.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: extend.c,v 1.49 2006/12/21 18:18:13 kjell Exp $ */
+/* $OpenBSD: extend.c,v 1.50 2006/12/30 14:11:06 martin Exp $ */
/* This file is in the public domain. */
@@ -87,7 +87,7 @@ insert(int f, int n)
* but the keymap doesn't have enough room for another map_element, so
* the keymap is reallocated). No attempt is made to reclaim space no
* longer used, if this is a problem flags must be added to indicate
- * malloced verses static storage in both keymaps and map_elements.
+ * malloced versus static storage in both keymaps and map_elements.
* Structure assignments would come in real handy, but K&R based compilers
* don't have them. Care is taken so running out of memory will leave
* the keymap in a usable state.