]> sourceware.org Git - glibc.git/commitdiff
(load_profdata): Fix typo in error message.
authorUlrich Drepper <drepper@redhat.com>
Wed, 7 Oct 1998 10:59:52 +0000 (10:59 +0000)
committerUlrich Drepper <drepper@redhat.com>
Wed, 7 Oct 1998 10:59:52 +0000 (10:59 +0000)
elf/sprof.c

index d2426ebd6427b1e466ccdd3a45099d7e3660d008..8565dd981ea6d12250f7a0e95142c251e32edd79 100644 (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;
This page took 0.044554 seconds and 5 git commands to generate.