(load_profdata): Fix typo in error message.

This commit is contained in:
Ulrich Drepper 1998-10-07 10:59:52 +00:00
parent c0de721b66
commit cc9b1d461e
1 changed files with 2 additions and 1 deletions

View File

@ -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;