diff options
Diffstat (limited to 'elf/sprof.c')
-rw-r--r-- | elf/sprof.c | 2 |
1 files changed, 1 insertions, 1 deletions
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; } |