summaryrefslogtreecommitdiff
path: root/tools/make-dissector-reg
diff options
context:
space:
mode:
Diffstat (limited to 'tools/make-dissector-reg')
-rwxr-xr-xtools/make-dissector-reg2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/make-dissector-reg b/tools/make-dissector-reg
index fe403cc5f6..d4c6739777 100755
--- a/tools/make-dissector-reg
+++ b/tools/make-dissector-reg
@@ -13,7 +13,7 @@ shift
#
# The second argument is either "plugin" or "dissectors"; if it's
# "plugin", we build a plugin.c for a plugin, and if it's
-# "dissectors", we build a register.c for libethereal.
+# "dissectors", we build a register.c for libwireshark.
#
registertype="$1"
shift