summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authormartin <martin@openbsd.org>2006-12-30 14:11:06 +0000
committermartin <martin@openbsd.org>2006-12-30 14:11:06 +0000
commit3bdf451a488a61109360916a27edfe34f3d5c672 (patch)
treed3bb4f285d930d2d9ff4045166ed47e329d8765b
parentregen (diff)
downloadwireguard-openbsd-3bdf451a488a61109360916a27edfe34f3d5c672.tar.xz
wireguard-openbsd-3bdf451a488a61109360916a27edfe34f3d5c672.zip
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.