summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoel Sing <jsing@cvs.openbsd.org>2007-11-10 15:17:17 +0000
committerJoel Sing <jsing@cvs.openbsd.org>2007-11-10 15:17:17 +0000
commit55d5496c8f0f0010928837cbe24f946f8cd67a09 (patch)
tree3dacc7ae782c2c598bf0b1d5b08b6305a9cac4be
parentdb70ad7c9ea19ea9a601ffdc48ea080d3a709c0a (diff)
weel -> well
-rw-r--r--sys/arch/sparc64/dev/fb.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/arch/sparc64/dev/fb.c b/sys/arch/sparc64/dev/fb.c
index 95e2dc0cb3c..bb2db23a871 100644
--- a/sys/arch/sparc64/dev/fb.c
+++ b/sys/arch/sparc64/dev/fb.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: fb.c,v 1.16 2006/12/03 16:41:58 miod Exp $ */
+/* $OpenBSD: fb.c,v 1.17 2007/11/10 15:17:16 jsing Exp $ */
/* $NetBSD: fb.c,v 1.23 1997/07/07 23:30:22 pk Exp $ */
/*
@@ -249,7 +249,7 @@ fbwscons_console_init(struct sunfb *sf, int row)
ri->ri_ccol = ri->ri_cols - 1;
/*
- * Take care of updating the PROM cursor position as weel if we can.
+ * Take care of updating the PROM cursor position as well if we can.
*/
if (ri->ri_updatecursor != NULL &&
(sf->sf_ccolp != NULL || sf->sf_crowp != NULL))