summaryrefslogtreecommitdiff
path: root/source4/script/find_unused_macros.pl
diff options
context:
space:
mode:
Diffstat (limited to 'source4/script/find_unused_macros.pl')
-rwxr-xr-xsource4/script/find_unused_macros.pl4
1 files changed, 2 insertions, 2 deletions
diff --git a/source4/script/find_unused_macros.pl b/source4/script/find_unused_macros.pl
index 697afcd1a9..8886835fa3 100755
--- a/source4/script/find_unused_macros.pl
+++ b/source4/script/find_unused_macros.pl
@@ -1,6 +1,6 @@
#!/usr/bin/perl
-# Script that reads in configure and outputs the names of all the defines
-# it defines that are used nowhere in the code
+# Script that reads in C files and prints defines that are used nowhere in the
+# code
# Arguments: C and H files
# Copyright Jelmer Vernooij <jelmer@samba.org>, GPL