From a22d16ff4ef581d09c57c304bcd9f751dcb12f53 Mon Sep 17 00:00:00 2001 From: "Eric S. Raymond" Date: Sun, 24 Aug 2014 11:08:31 -0400 Subject: Clean up some FIXMEs. All regression tests pass. --- driver_tsip.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'driver_tsip.c') diff --git a/driver_tsip.c b/driver_tsip.c index cb8b2696..ea29145e 100644 --- a/driver_tsip.c +++ b/driver_tsip.c @@ -190,7 +190,7 @@ static gps_mask_t tsip_parse_input(struct gps_device_t *session) break; case 0x1c: /* Hardware/Software Version Information (Accutime Gold) */ /* - * FIXME: We could get both ginds of version info. + * FIXME: We could get both kinds of version info. */ u1 = (uint8_t) getub(buf, 0); if (u1 == 0x81) { /* Software Version Information */ -- cgit v1.2.1