* readelf.c (get_dynamic_data): Replace "memory chekers" with
"memory checkers" in comments.
+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
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)
{