* v850-opc.c (v850_opcodes): Fix order of displacement
[deliverable/binutils-gdb.git] / gprof / gen-c-prog.awk
index cccf4280ef592477e55e07e79cffaea0a85d2e2e..b59c1f8d8dd353d0850d25a42c310ce1160eaf14 100644 (file)
@@ -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>"
 }
 
This page took 0.023249 seconds and 4 git commands to generate.