From 0ffd31f0443ffc6dd2608b93737a931ea793e465 Mon Sep 17 00:00:00 2001 From: Mike Frysinger Date: Wed, 15 Sep 2021 20:55:09 -0400 Subject: [PATCH] gdb: manual: fix werrors typo --- gdb/doc/gdb.texinfo | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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. -- 2.30.2