diff options
author | Pedro Alves <palves@redhat.com> | 2013-04-19 18:41:32 +0000 |
---|---|---|
committer | Pedro Alves <palves@redhat.com> | 2013-04-19 18:41:32 +0000 |
commit | 5360976e5af719db4d7f5f7bf42d45b7c69057a2 (patch) | |
tree | 68654f192974e5adfa8ab51a0c3829e0212b82b2 /gdb/doc/gdbint.texinfo | |
parent | bd3f3b553570d7a09cd16545c3d842d70bf3b7da (diff) | |
download | gdb-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/gdbint.texinfo')
-rw-r--r-- | gdb/doc/gdbint.texinfo | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/doc/gdbint.texinfo b/gdb/doc/gdbint.texinfo index 34e75e2..3a04c18 100644 --- a/gdb/doc/gdbint.texinfo +++ b/gdb/doc/gdbint.texinfo @@ -6342,7 +6342,7 @@ but also calls to functions such as @code{fprintf_unfiltered}. @item -Wpointer-sign This helps make sure @value{GDBN} code uses @code{gdb_byte} which is really @code{unsigned char} for raw bytes instead of @code{char}, -whose signness is host-dependent. @sc{gcc} enables this with +whose signedness is host-dependent. @sc{gcc} enables this with @code{-Wall} since version 4.0. We enable it explicitly too to be decoupled from future @sc{gcc} (or other compiler)'s defaults. |