summaryrefslogtreecommitdiff
path: root/driver_oncore.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_oncore.c
parentb78a4182ae66afe20fb92b64e33464b8c264e4ef (diff)
downloadgpsd-33ff413e345ad5e4a4d571dfb6c708bb77954a23.tar.gz
Regularize driver names.
Diffstat (limited to 'driver_oncore.c')
-rw-r--r--driver_oncore.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/driver_oncore.c b/driver_oncore.c
index 22bbebb6..022d4280 100644
--- a/driver_oncore.c
+++ b/driver_oncore.c
@@ -520,7 +520,7 @@ static gps_mask_t oncore_parse_input(struct gps_device_t *session)
/* *INDENT-OFF* */
const struct gps_type_t oncore_binary = {
- .type_name = "oncore binary", /* Full name of type */
+ .type_name = "Oncore binary", /* Full name of type */
.packet_type = ONCORE_PACKET, /* numeric packet type */
.flags = DRIVER_NOFLAGS, /* no flags set */
.trigger = NULL, /* identifying response */