summaryrefslogtreecommitdiff
path: root/devtools
diff options
context:
space:
mode:
authorEric S. Raymond <esr@thyrsus.com>2013-10-06 06:26:00 -0400
committerEric S. Raymond <esr@thyrsus.com>2013-10-06 06:26:00 -0400
commit764b8259c6a05484423c2734f5b294246108545b (patch)
treed763d2bedbea73d43aab43ef9edb905564c35c6b /devtools
parentbc3ba8ee506cc76c9170dc1edc09a7fdda76a354 (diff)
downloadgpsd-764b8259c6a05484423c2734f5b294246108545b.tar.gz
Update a comment.
Diffstat (limited to 'devtools')
-rwxr-xr-xdevtools/tablegen.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/devtools/tablegen.py b/devtools/tablegen.py
index 1747afa6..f3954324 100755
--- a/devtools/tablegen.py
+++ b/devtools/tablegen.py
@@ -65,7 +65,8 @@ def correct_table(wfp):
def make_driver_code(wfp):
# Writes calls to bit-extraction macros.
# Requires UBITS, SBITS, UCHARS to act as they do in the AIVDM driver.
- # Also relies on ais_context->bitlen to be the message bit length.
+ # Also relies on bitlen to be the message bit length, and i to be
+ # available as abn index variable.
record = after is None
arrayname = None
base = '\t'