diff options
author | 2006-03-16 06:57:23 +0000 | |
---|---|---|
committer | 2006-03-16 06:57:23 +0000 | |
commit | e77d535ad007a73b7168ae49b13e3d80b543ff34 (patch) | |
tree | 586ec3324b1e4ad8edf92d51de835d4683158432 | |
parent | Make ifstated handle config reloads after a parse error. Fixes PR5051 (diff) | |
download | wireguard-openbsd-e77d535ad007a73b7168ae49b13e3d80b543ff34.tar.xz wireguard-openbsd-e77d535ad007a73b7168ae49b13e3d80b543ff34.zip |
ventical -> vertical
-rw-r--r-- | sys/arch/macppc/dev/tpms.c | 4 |
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) |