This is the mail archive of the libc-alpha@sourceware.org mailing list for the glibc project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[PATCH] Comment typo fix ("openened") in elf/dl-load.c.


Committed as obvious.

---
 ChangeLog     | 4 ++++
 elf/dl-load.c | 2 +-
 2 files changed, 5 insertions(+), 1 deletion(-)

diff --git a/ChangeLog b/ChangeLog
index 2c7e427..2bd342c 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -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...
diff --git a/elf/dl-load.c b/elf/dl-load.c
index 434dcb8..ee12f32 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;
-- 
1.8.5.1


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]