From: Mike Frysinger Date: Thu, 16 Sep 2021 00:55:09 +0000 (-0400) Subject: gdb: manual: fix werrors typo X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=0ffd31f0443ffc6dd2608b93737a931ea793e465;p=binutils-gdb.git gdb: manual: fix werrors typo --- diff --git a/gdb/doc/gdb.texinfo b/gdb/doc/gdb.texinfo index 5e1de7e7a70..88f97012b73 100644 --- a/gdb/doc/gdb.texinfo +++ b/gdb/doc/gdb.texinfo @@ -38843,7 +38843,7 @@ different warning flags, depending on the exact version of the compiler you are using. @item --enable-werror -Treat compiler warnings as werrors. It adds the @code{-Werror} flag +Treat compiler warnings as errors. It adds the @code{-Werror} flag to the compiler, which will fail the compilation if the compiler outputs any warning messages.