[binutils-gdb] readelf.c: Fix a typo in comments
H.J. Lu
hjl@sourceware.org
Mon Mar 9 01:44:25 GMT 2020
https://sourceware.org/git/gitweb.cgi?p=binutils-gdb.git;h=a15de1f5999228fa53c6c266e09499388f64869b
commit a15de1f5999228fa53c6c266e09499388f64869b
Author: H.J. Lu <hjl.tools@gmail.com>
Date: Sun Mar 8 18:43:42 2020 -0700
readelf.c: Fix a typo in comments
* readelf.c (get_dynamic_data): Replace "memory chekers" with
"memory checkers" in comments.
Diff:
---
binutils/ChangeLog | 5 +++++
binutils/readelf.c | 2 +-
2 files changed, 6 insertions(+), 1 deletion(-)
diff --git a/binutils/ChangeLog b/binutils/ChangeLog
index 2db388daf47..b520cc96993 100644
--- a/binutils/ChangeLog
+++ b/binutils/ChangeLog
@@ -1,3 +1,8 @@
+2020-03-08 H.J. Lu <hongjiu.lu@intel.com>
+
+ * readelf.c (get_dynamic_data): Replace "memory chekers" with
+ "memory checkers" in comments.
+
2020-03-06 Simon Marchi <simon.marchi@efficios.com>
PR 25491
diff --git a/binutils/readelf.c b/binutils/readelf.c
index d4756c93b34..0df2af84118 100644
--- a/binutils/readelf.c
+++ b/binutils/readelf.c
@@ -11428,7 +11428,7 @@ get_dynamic_data (Filedata * filedata, bfd_size_type number, unsigned int ent_si
return NULL;
}
- /* Be kind to memory chekers (eg valgrind, address sanitizer) by not
+ /* Be kind to memory checkers (eg valgrind, address sanitizer) by not
attempting to allocate memory when the read is bound to fail. */
if (ent_size * number > filedata->file_size)
{
More information about the Binutils-cvs
mailing list