aboutsummaryrefslogtreecommitdiff
path: root/gprof/cg_print.c
diff options
context:
space:
mode:
authorNick Clifton <nickc@redhat.com>2002-01-02 15:55:48 +0000
committerNick Clifton <nickc@redhat.com>2002-01-02 15:55:48 +0000
commitaf6dfb5b796c2e987b120550971b12efea54e16b (patch)
tree7565ec779e872a65551f2fb19474e6125ce7b8d0 /gprof/cg_print.c
parent5eefb65fea305337aa7325acc53b5a00d0aa9800 (diff)
downloadgdb-af6dfb5b796c2e987b120550971b12efea54e16b.zip
gdb-af6dfb5b796c2e987b120550971b12efea54e16b.tar.gz
gdb-af6dfb5b796c2e987b120550971b12efea54e16b.tar.bz2
Fix spelling typo.
Reformat messages to ease translation into other languages.
Diffstat (limited to 'gprof/cg_print.c')
-rw-r--r--gprof/cg_print.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/gprof/cg_print.c b/gprof/cg_print.c
index 0a80cca..696a073 100644
--- a/gprof/cg_print.c
+++ b/gprof/cg_print.c
@@ -1,6 +1,6 @@
/* cg_print.c - Print routines for displaying call graphs.
- Copyright 2000, 2001 Free Software Foundation, Inc.
+ Copyright 2000, 2001, 2002 Free Software Foundation, Inc.
This file is part of GNU Binutils.
@@ -75,7 +75,7 @@ DEFUN_VOID (print_header)
printf ("%6.6s %5.5s %7.7s %11.11s %7.7s/%-7.7s %-8.8s\n",
"", "", "", "", _("called"), _("total"), _("parents"));
printf ("%-6.6s %5.5s %7.7s %11.11s %7.7s+%-7.7s %-8.8s\t%5.5s\n",
- _("index"), _("%time"), _("self"), _("descendents"),
+ _("index"), _("%time"), _("self"), _("descendants"),
_("called"), _("self"), _("name"), _("index"));
printf ("%6.6s %5.5s %7.7s %11.11s %7.7s/%-7.7s %-8.8s\n",
"", "", "", "", _("called"), _("total"), _("children"));