about summary refs log tree commit diff
path: root/debug/pcprofiledump.c
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>1999-10-08 17:52:07 +0000
committerUlrich Drepper <drepper@redhat.com>1999-10-08 17:52:07 +0000
commit0f5219d4faac675565064b264d9fe43bd15fc921 (patch)
tree2a01e5f0dc18e867c1502bcc2fe93046e13834cf /debug/pcprofiledump.c
parentb5c6276a6ea23cf92e30132b92cf14119235b257 (diff)
downloadglibc-0f5219d4faac675565064b264d9fe43bd15fc921.tar.gz
glibc-0f5219d4faac675565064b264d9fe43bd15fc921.tar.xz
glibc-0f5219d4faac675565064b264d9fe43bd15fc921.zip
Update.
	* po/cs.po: Fix typos.

	handling of empty entries.  [PR libc/1345]
Diffstat (limited to 'debug/pcprofiledump.c')
-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]");