From 8b3946314d253a4ae2c903fd62070adc97be162a Mon Sep 17 00:00:00 2001 From: Ulrich Drepper Date: Sat, 10 Jan 2009 18:29:56 -0800 Subject: Fix type in error message in strings. --- src/strings.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/strings.c') diff --git a/src/strings.c b/src/strings.c index fb7f0b16..aebf07bd 100644 --- a/src/strings.c +++ b/src/strings.c @@ -677,7 +677,7 @@ read_block (int fd, const char *fname, off64_t fdlen, off64_t from, off64_t to) if (mmap64 (remap_base, read_now, PROT_READ, MAP_PRIVATE | MAP_POPULATE | MAP_FIXED, fd, handled_to) == MAP_FAILED) - error (EXIT_FAILURE, errno, gettext ("re=mmap failed")); + error (EXIT_FAILURE, errno, gettext ("re-mmap failed")); elfmap_off = handled_to; process_chunk (fname, remap_base - to_keep, -- cgit v1.2.1