summaryrefslogtreecommitdiff
path: root/driver_tsip.c
diff options
context:
space:
mode:
Diffstat (limited to 'driver_tsip.c')
-rw-r--r--driver_tsip.c2
1 files changed, 1 insertions, 1 deletions
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 */