aboutsummaryrefslogtreecommitdiffstats
path: root/tools/make-manuf
diff options
context:
space:
mode:
authorGerald Combs <gerald@zing.org>2017-10-29 09:47:12 -0700
committerMichael Mann <mmann78@netscape.net>2017-10-29 18:25:31 +0000
commit1e8e9a807fd18c070489988c03e4ae5b4701667a (patch)
treeeb7ccd2de95e9688686378977d0caafd1879f2ae /tools/make-manuf
parentabfb6441177961fbdfa9648fdd2c40ef0ef3cefd (diff)
make-manuf: Fix a comment.
make-manuf lives in the "tools" directory. Change-Id: I9be2d44178f27d46629c439ff61f624d8d99e681 Reviewed-on: https://code.wireshark.org/review/24168 Reviewed-by: Michael Mann <mmann78@netscape.net>
Diffstat (limited to 'tools/make-manuf')
-rwxr-xr-xtools/make-manuf2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/make-manuf b/tools/make-manuf
index 37fd9c89f1..d75864c60a 100755
--- a/tools/make-manuf
+++ b/tools/make-manuf
@@ -275,7 +275,7 @@ if ($total_added < $min_total) { die "Too few total entries ($total_added)\n"; }
open (OUT, "> $outfile") ||
die "Couldn't open output file for writing ($outfile)\n";
-print(OUT "# This file was generated by running ./make-manuf.\n");
+print(OUT "# This file was generated by running ./tools/make-manuf.\n");
print(OUT "# Don't change it directly, change manuf.tmpl instead.\n#\n");
print(OUT "$header");