diff options
Diffstat (limited to 'usr.bin/mg/extend.c')
-rw-r--r-- | usr.bin/mg/extend.c | 4 |
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. |