summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMiod Vallat <miod@cvs.openbsd.org>2006-03-16 06:57:24 +0000
committerMiod Vallat <miod@cvs.openbsd.org>2006-03-16 06:57:24 +0000
commitce938fa753a33689d5ea45ff6401bc80f38004d1 (patch)
tree755823ba99e62860d0e94906d186074641f87727
parent760dc868bf59271d72b44617171413ac896c6029 (diff)
ventical -> vertical
-rw-r--r--sys/arch/macppc/dev/tpms.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/arch/macppc/dev/tpms.c b/sys/arch/macppc/dev/tpms.c
index 36d226a966c..fd115c6789a 100644
--- a/sys/arch/macppc/dev/tpms.c
+++ b/sys/arch/macppc/dev/tpms.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: tpms.c,v 1.3 2005/12/22 13:47:31 xsa Exp $ */
+/* $OpenBSD: tpms.c,v 1.4 2006/03/16 06:57:23 miod Exp $ */
/*
* Copyright (c) 2005, Johan Wallén
@@ -528,7 +528,7 @@ reorder_sample(signed char *to, signed char *from)
to[i + 16] = from[5 * i + 42];
#if 0
/*
- * XXX This seems to introduce random ventical jumps, so
+ * XXX This seems to introduce random vertical jumps, so
* we ignore these sensors until we figure out their meaning.
*/
if (i < 2)