Update an old comment
authormlarkin <mlarkin@openbsd.org>
Sat, 2 Apr 2022 22:45:18 +0000 (22:45 +0000)
committermlarkin <mlarkin@openbsd.org>
Sat, 2 Apr 2022 22:45:18 +0000 (22:45 +0000)
The old comment only mentioned that tty_nmea was used for time, but
subsequently position data was added to this line discipline.

sys/kern/tty_nmea.c

index 161e368..d6b6ba5 100644 (file)
@@ -1,4 +1,4 @@
-/*     $OpenBSD: tty_nmea.c,v 1.50 2022/04/02 22:43:01 mlarkin Exp $ */
+/*     $OpenBSD: tty_nmea.c,v 1.51 2022/04/02 22:45:18 mlarkin Exp $ */
 
 /*
  * Copyright (c) 2006, 2007, 2008 Marc Balmer <mbalmer@openbsd.org>
  * OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
  */
 
-/* A tty line discipline to decode NMEA 0183 data to get the time. */
+/*
+ * A tty line discipline to decode NMEA 0183 data to get the time
+ * and GPS position data
+ */
 
 #include <sys/param.h>
 #include <sys/systm.h>