summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEric S. Raymond <esr@thyrsus.com>2011-03-17 02:36:36 -0400
committerEric S. Raymond <esr@thyrsus.com>2011-03-17 02:36:36 -0400
commitea9a3bae9cee3b668e2bd8a6f50238aeacebf230 (patch)
tree46ceb64b58d70a89c9fcf4df74cd712f28b21665
parent333f436a64768298c2e55c41313cd964a064f338 (diff)
downloadgpsd-ea9a3bae9cee3b668e2bd8a6f50238aeacebf230.tar.gz
Improve an explanatory comment.
-rw-r--r--isgps.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/isgps.c b/isgps.c
index 13c37cf2..3c71f179 100644
--- a/isgps.c
+++ b/isgps.c
@@ -49,7 +49,7 @@ Shift 6 bytes of RTCM data in as such:
The code was originally by Wolfgang Rupprecht. ESR severely hacked
it, with Wolfgang's help, in order to separate message analysis from
message dumping and separate this lower layer from the upper layer
-handing GPS and RTCM decoding.
+handing GPS-subframe and RTCM decoding.
You are not expected to understand any of this.