public inbox for binutils@sourceware.org
 help / color / mirror / Atom feed
* [PATCH] readelf.c: Fix a typo in comments
@ 2020-03-09  1:44 H.J. Lu
  0 siblings, 0 replies; only message in thread
From: H.J. Lu @ 2020-03-09  1:44 UTC (permalink / raw)
  To: binutils

	* readelf.c (get_dynamic_data): Replace "memory chekers" with
	"memory checkers" in comments.
---
 binutils/ChangeLog | 5 +++++
 binutils/readelf.c | 2 +-
 2 files changed, 6 insertions(+), 1 deletion(-)

diff --git a/binutils/ChangeLog b/binutils/ChangeLog
index 2db388daf4..b520cc9699 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 d4756c93b3..0df2af8411 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)
     {
-- 
2.24.1


^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2020-03-09  1:44 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-03-09  1:44 [PATCH] readelf.c: Fix a typo in comments H.J. Lu

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).