projects
/
kopensolaris-gnu
/
glibc.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
cdd8ad3
)
(load_profdata): Fix typo in error message.
author
drepper
<drepper>
Wed, 7 Oct 1998 10:59:52 +0000
(10:59 +0000)
committer
drepper
<drepper>
Wed, 7 Oct 1998 10:59:52 +0000
(10:59 +0000)
elf/sprof.c
patch
|
blob
|
history
diff --git
a/elf/sprof.c
b/elf/sprof.c
index
d2426eb
..
8565dd9
100644
(file)
--- a/
elf/sprof.c
+++ b/
elf/sprof.c
@@
-687,7
+687,8
@@
load_profdata (const char *name, struct shobj *shobj)
if (st.st_size != shobj->expected_size)
{
- error (0, 0, _("profiling data file `%s' does match shared object `%s'"),
+ error (0, 0,
+ _("profiling data file `%s' does not match shared object `%s'"),
name, shobj->name);
close (fd);
return NULL;