diff options
Diffstat (limited to 'elf/dl-open.c')
-rw-r--r-- | elf/dl-open.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/elf/dl-open.c b/elf/dl-open.c index 097fd372c0..f3d8368f88 100644 --- a/elf/dl-open.c +++ b/elf/dl-open.c @@ -249,7 +249,7 @@ _dl_open (const char *file, int mode, const void *caller) if (errstring) { - /* Some error occured during loading. */ + /* Some error occurred during loading. */ char *local_errstring; /* Remove the object from memory. It may be in an inconsistent |