From: Brooks Moses Date: Thu, 9 Jan 2014 02:46:53 +0000 (-0800) Subject: Obvious comment typo fix ("openened") in elf/dl-load.c. X-Git-Tag: glibc-2.19~133 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9f236c496aa02a136f53e57be6d5dd2a393c895b;p=thirdparty%2Fglibc.git Obvious comment typo fix ("openened") in elf/dl-load.c. --- diff --git a/ChangeLog b/ChangeLog index 2c7e4272433..2bd342c4325 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2014-01-08 Brooks Moses + + * elf/dl-load.c: Fix comment typo. + 2014-01-08 Carlos O'Donell * po/header.pot: Rename to... diff --git a/elf/dl-load.c b/elf/dl-load.c index 434dcb88632..ee12f329d85 100644 --- a/elf/dl-load.c +++ b/elf/dl-load.c @@ -1734,7 +1734,7 @@ open_verify (const char *name, struct filebuf *fbp, struct link_map *loader, unsigned int osversion; size_t maplength; - /* We successfully openened the file. Now verify it is a file + /* We successfully opened the file. Now verify it is a file we can use. */ __set_errno (0); fbp->len = 0;