[PATCH] Make an error message identical to two others, and more accurate.

Benno Schulenberg bensberg@justemail.net
Sun Jan 25 16:15:00 GMT 2015


---
 elf/sprof.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/elf/sprof.c b/elf/sprof.c
index 380b8d5..ec3fde3 100644
--- a/elf/sprof.c
+++ b/elf/sprof.c
@@ -439,7 +439,7 @@ load_shobj (const char *name)
   result = (struct shobj *) calloc (1, sizeof (struct shobj));
   if (result == NULL)
     {
-      error (0, errno, _("cannot create internal descriptors"));
+      error (0, errno, _("cannot create internal descriptor"));
       dlclose (map);
       return NULL;
     }
-- 
1.7.0.4



More information about the Libc-alpha mailing list