summaryrefslogtreecommitdiff
path: root/driver_tsip.c
diff options
context:
space:
mode:
authorEric S. Raymond <esr@thyrsus.com>2013-10-11 08:54:37 -0400
committerEric S. Raymond <esr@thyrsus.com>2013-10-11 08:54:37 -0400
commit33ff413e345ad5e4a4d571dfb6c708bb77954a23 (patch)
tree610b57163425ae7282aa3c22c66196dfc12bb982 /driver_tsip.c
parentb78a4182ae66afe20fb92b64e33464b8c264e4ef (diff)
downloadgpsd-33ff413e345ad5e4a4d571dfb6c708bb77954a23.tar.gz
Regularize driver names.
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 88d59d30..c56a8054 100644
--- a/driver_tsip.c
+++ b/driver_tsip.c
@@ -1281,7 +1281,7 @@ void configuration_packets_accutime_gold(struct gps_device_t *session)
/* *INDENT-OFF* */
const struct gps_type_t tsip_binary =
{
- .type_name = "Trimble TSIP", /* full name of type */
+ .type_name = "Trimble TSIP binary", /* full name of type */
.packet_type = TSIP_PACKET, /* associated lexer packet type */
.flags = DRIVER_NOFLAGS, /* no flags set */
.trigger = NULL, /* no trigger */