From 722baec7b4f656719cea93d31e9b4f90c005b93a Mon Sep 17 00:00:00 2001 From: Martin Reindl Date: Sat, 30 Dec 2006 14:11:07 +0000 Subject: one more 'verses'->'versus' typo in comment --- usr.bin/mg/extend.c | 4 ++-- 1 file 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. -- cgit v1.2.3