aboutsummaryrefslogtreecommitdiff
path: root/gdb/ChangeLog
diff options
context:
space:
mode:
authorSimon Marchi <simon.marchi@polymtl.ca>2019-09-21 19:45:12 -0400
committerSimon Marchi <simon.marchi@polymtl.ca>2019-09-21 19:47:22 -0400
commit9252448ba984203cb5d0f15494ce9d942bb20c74 (patch)
tree1e78dc1f1c0dbdaf9457e472796e4abde4451de2 /gdb/ChangeLog
parent626ca2c06f7b5a5441d512ce334bb2daf5587259 (diff)
downloadgdb-9252448ba984203cb5d0f15494ce9d942bb20c74.zip
gdb-9252448ba984203cb5d0f15494ce9d942bb20c74.tar.gz
gdb-9252448ba984203cb5d0f15494ce9d942bb20c74.tar.bz2
gdb: change "nonzero" to "true" in comments
These int fields have been converted to bool, so their doc should say "true" and not "nonzero". gdb/ChangeLog: * breakpoint.h (bp_location) <inserted, permanent, duplicate>: Change "nonzero" to "true" in documentation.
Diffstat (limited to 'gdb/ChangeLog')
-rw-r--r--gdb/ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog
index 3d0975a..48f9018 100644
--- a/gdb/ChangeLog
+++ b/gdb/ChangeLog
@@ -1,3 +1,8 @@
+2019-09-21 Simon Marchi <simon.marchi@polymtl.ca>
+
+ * breakpoint.h (bp_location) <inserted, permanent, duplicate>:
+ Change "nonzero" to "true" in documentation.
+
2019-09-20 Christian Biesinger <cbiesinger@google.com>
* solib-darwin.c (darwin_lookup_lib_symbol): Remove.