summaryrefslogtreecommitdiff
path: root/driver_rtcm2.c
diff options
context:
space:
mode:
authorEric S. Raymond <esr@thyrsus.com>2012-04-17 19:45:27 -0400
committerEric S. Raymond <esr@thyrsus.com>2012-04-17 19:45:27 -0400
commit9735cbf8d5937c22041bbdc2d59cef52c0943b9d (patch)
treed4e7671e00253e45259ad269d329116a90d4c3b1 /driver_rtcm2.c
parent6d43c9cf13b2dd6f36d01794dded85918334062c (diff)
downloadgpsd-9735cbf8d5937c22041bbdc2d59cef52c0943b9d.tar.gz
Minor improvements to RTCM2 doc comments.
Diffstat (limited to 'driver_rtcm2.c')
-rw-r--r--driver_rtcm2.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/driver_rtcm2.c b/driver_rtcm2.c
index a9cb0b12..6a796a6d 100644
--- a/driver_rtcm2.c
+++ b/driver_rtcm2.c
@@ -23,7 +23,7 @@ Specification. This code relies on the lower-level packet-assembly
code for that protocol in isgps.c.
The lower layer's job is done when it has assembled a message of up to
-33 words of clean parity-checked data. At this point this upper layer
+33 30-bit words of clean parity-checked data. At this point this upper layer
takes over. struct rtcm2_msg_t is overlaid on the buffer and the bitfields
are used to extract pieces of it. Those pieces are copied and (where
necessary) reassembled into a struct rtcm2_t.