=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/mg/extend.c,v retrieving revision 1.49 retrieving revision 1.50 diff -u -r1.49 -r1.50 --- src/usr.bin/mg/extend.c 2006/12/21 18:18:13 1.49 +++ src/usr.bin/mg/extend.c 2006/12/30 14:11:06 1.50 @@ -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 @@ * 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.