diff options
Diffstat (limited to 'sys')
-rw-r--r-- | sys/kern/tty_nmea.c | 4 |
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 */ }; |