diff options
author | Ulrich Drepper <drepper@redhat.com> | 1999-10-08 17:52:07 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 1999-10-08 17:52:07 +0000 |
commit | 0f5219d4faac675565064b264d9fe43bd15fc921 (patch) | |
tree | 2a01e5f0dc18e867c1502bcc2fe93046e13834cf /debug | |
parent | b5c6276a6ea23cf92e30132b92cf14119235b257 (diff) |
Update.
* po/cs.po: Fix typos.
handling of empty entries. [PR libc/1345]
Diffstat (limited to 'debug')
-rw-r--r-- | debug/pcprofiledump.c | 4 |
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]"); |