readelf.c: Fix a typo in comments
authorH.J. Lu <hjl.tools@gmail.com>
Mon, 9 Mar 2020 01:43:42 +0000 (18:43 -0700)
committerH.J. Lu <hjl.tools@gmail.com>
Mon, 9 Mar 2020 01:43:42 +0000 (18:43 -0700)
* readelf.c (get_dynamic_data): Replace "memory chekers" with
"memory checkers" in comments.

binutils/ChangeLog
binutils/readelf.c

index 2db388daf4734c6d208905293afbdf70232cf34d..b520cc96993830e7ef65f29ae4bbe5d1dc0f53c6 100644 (file)
@@ -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
index d4756c93b3454965accc7797593cde66936e0eae..0df2af84118697b016d702571320fd2dd61118b3 100644 (file)
@@ -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)
     {
This page took 0.030206 seconds and 4 git commands to generate.