aboutsummaryrefslogtreecommitdiff
path: root/binutils/ChangeLog
diff options
context:
space:
mode:
authorH.J. Lu <hjl.tools@gmail.com>2020-03-08 18:43:42 -0700
committerH.J. Lu <hjl.tools@gmail.com>2020-03-08 18:43:42 -0700
commita15de1f5999228fa53c6c266e09499388f64869b (patch)
treeba0bf5ec740135f65fa53e037db89e30664b536c /binutils/ChangeLog
parent2f57795b8b3cb2c416e91a16bc932480248e30d7 (diff)
downloadgdb-a15de1f5999228fa53c6c266e09499388f64869b.zip
gdb-a15de1f5999228fa53c6c266e09499388f64869b.tar.gz
gdb-a15de1f5999228fa53c6c266e09499388f64869b.tar.bz2
readelf.c: Fix a typo in comments
* readelf.c (get_dynamic_data): Replace "memory chekers" with "memory checkers" in comments.
Diffstat (limited to 'binutils/ChangeLog')
-rw-r--r--binutils/ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/binutils/ChangeLog b/binutils/ChangeLog
index 2db388d..b520cc9 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