aboutsummaryrefslogtreecommitdiff
path: root/gprof/gen-c-prog.awk
diff options
context:
space:
mode:
Diffstat (limited to 'gprof/gen-c-prog.awk')
-rw-r--r--gprof/gen-c-prog.awk2
1 files changed, 1 insertions, 1 deletions
diff --git a/gprof/gen-c-prog.awk b/gprof/gen-c-prog.awk
index cccf428..b59c1f8 100644
--- a/gprof/gen-c-prog.awk
+++ b/gprof/gen-c-prog.awk
@@ -1,7 +1,7 @@
NR == 1 {
FS="\"";
print "/* ==> Do not modify this file!! It is created automatically"
- printf " from %s using the make-c-prog.awk script. <== */\n\n", FILE
+ printf " from %s using the gen-c-prog.awk script. <== */\n\n", FILE
print "#include <stdio.h>"
}