diff options
-rw-r--r-- | sys/dev/wsfont/wsfont.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/dev/wsfont/wsfont.c b/sys/dev/wsfont/wsfont.c index 9af19b3d287..97c471bdab3 100644 --- a/sys/dev/wsfont/wsfont.c +++ b/sys/dev/wsfont/wsfont.c @@ -1,4 +1,4 @@ -/* $OpenBSD: wsfont.c,v 1.10 2005/03/26 15:14:04 miod Exp $ */ +/* $OpenBSD: wsfont.c,v 1.11 2005/04/15 02:19:24 pascoe Exp $ */ /* $NetBSD: wsfont.c,v 1.17 2001/02/07 13:59:24 ad Exp $ */ /*- @@ -263,7 +263,7 @@ wsfont_revbyte(font) } /* - * Enumarate the list of fonts + * Enumerate the list of fonts */ void wsfont_enum(cb) |