From 13e4cfcc728dd5094c19130c7de716ce0051d265 Mon Sep 17 00:00:00 2001 From: drepper Date: Wed, 5 Nov 1997 23:08:30 +0000 Subject: [PATCH 1/1] Fix typo. --- elf/dl-profile.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/elf/dl-profile.c b/elf/dl-profile.c index dcbbcd026e..1a4f6b3105 100644 --- a/elf/dl-profile.c +++ b/elf/dl-profile.c @@ -262,7 +262,7 @@ _dl_start_profile (struct link_map *map, const char *output_dir) fd = __open (filename, O_RDWR | O_CREAT, 0666); if (fd == -1) { - /* We cannot write the profiling data so don't do anthing. */ + /* We cannot write the profiling data so don't do anything. */ char buf[400]; _dl_sysdep_message (filename, ": cannot open file: ", _strerror_internal (errno, buf, sizeof buf), -- 2.11.0