aboutsummaryrefslogtreecommitdiff
path: root/gdb/doc/ChangeLog
diff options
context:
space:
mode:
authorPedro Alves <palves@redhat.com>2013-04-19 18:41:32 +0000
committerPedro Alves <palves@redhat.com>2013-04-19 18:41:32 +0000
commit5360976e5af719db4d7f5f7bf42d45b7c69057a2 (patch)
tree68654f192974e5adfa8ab51a0c3829e0212b82b2 /gdb/doc/ChangeLog
parentbd3f3b553570d7a09cd16545c3d842d70bf3b7da (diff)
downloadgdb-5360976e5af719db4d7f5f7bf42d45b7c69057a2.zip
gdb-5360976e5af719db4d7f5f7bf42d45b7c69057a2.tar.gz
gdb-5360976e5af719db4d7f5f7bf42d45b7c69057a2.tar.bz2
s/signness/signedness in gdbint.texinfo.
"signedness" is more typical. gdb/doc/ 2013-04-19 Pedro Alves <palves@redhat.com> * gdbint.texinfo (Misc Guidelines) <Compiler Warnings>: Write "signedness" instead of "signness".
Diffstat (limited to 'gdb/doc/ChangeLog')
-rw-r--r--gdb/doc/ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/gdb/doc/ChangeLog b/gdb/doc/ChangeLog
index 8d6cb96..81ddabc 100644
--- a/gdb/doc/ChangeLog
+++ b/gdb/doc/ChangeLog
@@ -1,5 +1,10 @@
2013-04-19 Pedro Alves <palves@redhat.com>
+ * gdbint.texinfo (Misc Guidelines) <Compiler Warnings>: Write
+ "signedness" instead of "signness".
+
+2013-04-19 Pedro Alves <palves@redhat.com>
+
* gdbint.texinfo (Misc Guidelines) <Compiler Warnings>: Replace
-Wno-pointer-sign text with text on -Wpointer-sign.