From 9be1052b6f7583fad365643169cfc6732c96aee3 Mon Sep 17 00:00:00 2001 From: Benno Schulenberg Date: Sun, 25 Jan 2015 17:12:05 +0100 Subject: sprof: Make an error message identical to two others, and more accurate. --- elf/sprof.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'elf') diff --git a/elf/sprof.c b/elf/sprof.c index 380b8d5437..ec3fde3848 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; } -- cgit 1.4.1