summaryrefslogtreecommitdiff
path: root/debug
diff options
context:
space:
mode:
Diffstat (limited to 'debug')
-rw-r--r--debug/pcprofiledump.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/debug/pcprofiledump.c b/debug/pcprofiledump.c
index 2d20a88b9f..a5dad71e0a 100644
--- a/debug/pcprofiledump.c
+++ b/debug/pcprofiledump.c
@@ -1,4 +1,4 @@
-/* Dump information generating by PC profiling.
+/* Dump information generated by PC profiling.
Copyright (C) 1999 Free Software Foundation, Inc.
This file is part of the GNU C Library.
Contributed by Ulrich Drepper <drepper@cygnus.com>, 1999.
@@ -53,7 +53,7 @@ static const struct argp_option options[] =
};
/* Short description of program. */
-static const char doc[] = N_("Dump information generating by PC profiling.");
+static const char doc[] = N_("Dump information generated by PC profiling.");
/* Strings for arguments in help texts. */
static const char args_doc[] = N_("[FILE]");