summaryrefslogtreecommitdiff
path: root/devtools/tablegen.py
diff options
context:
space:
mode:
authorEric S. Raymond <esr@thyrsus.com>2011-04-20 16:02:39 -0400
committerEric S. Raymond <esr@thyrsus.com>2011-04-20 16:02:39 -0400
commit65bfe8487a68e9910764d2cf1d93a8aef19c22c0 (patch)
tree6612490e89ed389eeb4222fd3a47ce9bcbf90333 /devtools/tablegen.py
parent425ed161893d4f745e11fe945c9797bcb8cc1829 (diff)
downloadgpsd-65bfe8487a68e9910764d2cf1d93a8aef19c22c0.tar.gz
Typo fix and to-do note.
Diffstat (limited to 'devtools/tablegen.py')
-rwxr-xr-xdevtools/tablegen.py4
1 files changed, 3 insertions, 1 deletions
diff --git a/devtools/tablegen.py b/devtools/tablegen.py
index a5f8f5fa..0024a288 100755
--- a/devtools/tablegen.py
+++ b/devtools/tablegen.py
@@ -2,7 +2,7 @@
#
# This tool is intended to automate away the drudgery in bring up support
# for a new AIS message type. It parses the tabular description of a message
-# and generates various useful code snippets from that. It cam also be used to
+# and generates various useful code snippets from that. It can also be used to
# correct offsets in the tables themselves.
#
# Requires the AIVDM.txt file on standard input. Takes a single argument,
@@ -42,6 +42,8 @@
# The -S and -E options allow you to generate code only for a specified span
# of fields in the table. This may be useful for dealing with groups of
# messages that have a common head section.
+#
+# TO-DO: generate code for ais.py.
import sys, getopt