summaryrefslogtreecommitdiff
path: root/sys
diff options
context:
space:
mode:
authorKevin Steves <stevesk@cvs.openbsd.org>2008-01-28 20:32:51 +0000
committerKevin Steves <stevesk@cvs.openbsd.org>2008-01-28 20:32:51 +0000
commit2b4e648ef507f1c2554bb6b413eede833374537b (patch)
tree9468b7cafea7265c92b4ea519162e64ebf7ca080 /sys
parentbf7135c7ea4db345cb2522857eb152e8ab13c639 (diff)
spelling in comment; ok mbalmer@ jmc@
Diffstat (limited to 'sys')
-rw-r--r--sys/kern/tty_nmea.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/kern/tty_nmea.c b/sys/kern/tty_nmea.c
index 83e41a897ac..f3c655b5ee6 100644
--- a/sys/kern/tty_nmea.c
+++ b/sys/kern/tty_nmea.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: tty_nmea.c,v 1.24 2007/11/27 10:06:55 mbalmer Exp $ */
+/* $OpenBSD: tty_nmea.c,v 1.25 2008/01/28 20:32:50 stevesk Exp $ */
/*
* Copyright (c) 2006, 2007 Marc Balmer <mbalmer@openbsd.org>
@@ -65,7 +65,7 @@ struct nmea {
#endif
int64_t last; /* last time rcvd */
int sync; /* if 1, waiting for '$' */
- int pos; /* positon in rcv buffer */
+ int pos; /* position in rcv buffer */
int no_pps; /* no PPS although requested */
char mode; /* GPS mode */
};