aboutsummaryrefslogtreecommitdiff
path: root/gprof/dummy.c
diff options
context:
space:
mode:
Diffstat (limited to 'gprof/dummy.c')
-rw-r--r--gprof/dummy.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gprof/dummy.c b/gprof/dummy.c
index db7d749..ca602df 100644
--- a/gprof/dummy.c
+++ b/gprof/dummy.c
@@ -11,6 +11,6 @@ void
DEFUN (find_call, (parent, p_lowpc, p_highpc),
Sym * parent AND bfd_vma p_lowpc AND bfd_vma p_highpc)
{
- fprintf (stderr, "%s: -c supported on this machine architecture\n",
+ fprintf (stderr, "%s: -c not supported on this machine architecture\n",
whoami);
}