s/signness/signedness in gdbint.texinfo.
[deliverable/binutils-gdb.git] / gdb / doc / gdbint.texinfo
index 34e75e209443502ae1e8b35f01e331737b91c930..3a04c189b0ed7843ed7ed9644bc5fc03ed8e7838 100644 (file)
@@ -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.
 
This page took 0.024253 seconds and 4 git commands to generate.