summaryrefslogtreecommitdiff
path: root/tools
diff options
context:
space:
mode:
authorJosh Haberman <jhaberman@gmail.com>2016-04-06 14:28:45 -0700
committerJosh Haberman <jhaberman@gmail.com>2016-04-06 14:28:45 -0700
commitf8c26358f0b87a9c90be3f038cdea5bdcae185a0 (patch)
treea51e3b278d368ebd4fc01b0fff68c8f3f0701299 /tools
parente9d79d2441732264e2b990a5b2dc76d13724db07 (diff)
Changes for PR comments.
Diffstat (limited to 'tools')
-rw-r--r--tools/dump_cinit.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/dump_cinit.lua b/tools/dump_cinit.lua
index ffb48c8..17be8d9 100644
--- a/tools/dump_cinit.lua
+++ b/tools/dump_cinit.lua
@@ -560,7 +560,7 @@ local function dump_defs_for_type(format, defs, append)
end
local function make_children_map(file)
- -- Maps full_name -> children.
+ -- Maps file:package() or msg:full_name() -> children.
local map = {}
for def in file:defs(upb.DEF_ANY) do
local container = remove_name(def:full_name())
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback