diff options
Diffstat (limited to 'elf/dl-profile.c')
-rw-r--r-- | elf/dl-profile.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/elf/dl-profile.c b/elf/dl-profile.c index 8afa8350c2..0a4aba1be5 100644 --- a/elf/dl-profile.c +++ b/elf/dl-profile.c @@ -358,7 +358,7 @@ _dl_start_profile (void) return; } - /* We don't need the file desriptor anymore. */ + /* We don't need the file descriptor anymore. */ __close (fd); /* Pointer to data after the header. */ |