aboutsummaryrefslogtreecommitdiffstats
path: root/profile.c
diff options
context:
space:
mode:
Diffstat (limited to 'profile.c')
-rw-r--r--profile.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/profile.c b/profile.c
index 2498e4c6..06dfb16a 100644
--- a/profile.c
+++ b/profile.c
@@ -205,7 +205,7 @@ pprint(INSTRUCTION *startp, INSTRUCTION *endp, int in_for_header)
ip = (pc + 1)->firsti;
} else {
if (! rule_count[rule]++)
- fprintf(prof_fp, _("\t# %s(s)\n\n"), ruletab[rule]);
+ fprintf(prof_fp, _("\t# Rule(s)\n\n"));
ip = pc->nexti;
indent(ip->exec_count);
if (ip != (pc + 1)->firsti) { /* non-empty pattern */