mirror of
https://sourceware.org/git/glibc.git
synced 2024-12-18 05:53:36 +08:00
Obvious comment typo fix ("openened") in elf/dl-load.c.
This commit is contained in:
parent
cd6701cf9c
commit
9f236c496a
@ -1,3 +1,7 @@
|
||||
2014-01-08 Brooks Moses <bmoses@google.com>
|
||||
|
||||
* elf/dl-load.c: Fix comment typo.
|
||||
|
||||
2014-01-08 Carlos O'Donell <carlos@redhat.com>
|
||||
|
||||
* po/header.pot: Rename to...
|
||||
|
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user