summaryrefslogtreecommitdiff
path: root/rtcm.c
diff options
context:
space:
mode:
authorEric S. Raymond <esr@thyrsus.com>2005-07-26 21:14:07 +0000
committerEric S. Raymond <esr@thyrsus.com>2005-07-26 21:14:07 +0000
commitad27fec3c98b8a57020e9ee97234a81f596357e5 (patch)
tree09289c7e55c238b2a15f9c4e5676a057905dcc40 /rtcm.c
parentee02736d2e669672d3eb7d7fd9b8c3dc77ba3784 (diff)
downloadgpsd-ad27fec3c98b8a57020e9ee97234a81f596357e5.tar.gz
Comment fixups.
Diffstat (limited to 'rtcm.c')
-rw-r--r--rtcm.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/rtcm.c b/rtcm.c
index 8f9ee99f..a0586d16 100644
--- a/rtcm.c
+++ b/rtcm.c
@@ -24,8 +24,7 @@ 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
takes over. struct rtcm_msg_t is overlaid on the buffer and the bitfields
-are used to extract pieces of it (which, if you're on a big-endian machine
-may need to be swapped end-for-end). Those pieces are copied and (where
+are used to extract pieces of it. Those pieces are copied and (where
necessary) reassembled into a struct rtcm_t.
This code and the contents of isgps.c are evolved from code by Wolgang