diff options
Diffstat (limited to 'elf/dl-cache.c')
-rw-r--r-- | elf/dl-cache.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/elf/dl-cache.c b/elf/dl-cache.c index 631286832d..804bf23222 100644 --- a/elf/dl-cache.c +++ b/elf/dl-cache.c @@ -457,7 +457,7 @@ _dl_load_cache_lookup (const char *name) /* The old-format part of the cache is bogus as well if the endianness does not match. (But it is unclear how the new header can be located if the - endianess does not match.) */ + endianness does not match.) */ cache = (void *) -1; cache_new = (void *) -1; __munmap (file, cachesize); |