diff mbox series

doc/typo: mthread -> mthreads

Message ID tencent_D53AAADA1005F5458788E7DED9685BE60B07@qq.com
State New
Headers show
Series doc/typo: mthread -> mthreads | expand

Commit Message

imba-tjd June 8, 2021, 2:38 a.m. UTC
> unrecognized command line option '-mthread'; did you mean '-mthreads'?
---
 gcc/doc/invoke.texi | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Comments

Jeff Law June 9, 2021, 3:35 p.m. UTC | #1
On 6/7/2021 8:38 PM, imba-tjd via Gcc-patches wrote:
>> unrecognized command line option '-mthread'; did you mean '-mthreads'?
> ---
>   gcc/doc/invoke.texi | 4 ++--
>   1 file changed, 2 insertions(+), 2 deletions(-)
Thanks.  Installed on the trunk.
jeff
diff mbox series

Patch

diff --git a/gcc/doc/invoke.texi b/gcc/doc/invoke.texi
index 04048cd8332b..92bb1308b805 100644
--- a/gcc/doc/invoke.texi
+++ b/gcc/doc/invoke.texi
@@ -31848,8 +31848,8 @@  startup object and entry point.
 This option is available for Cygwin and MinGW targets.  It
 specifies that the @code{dllimport} attribute should be ignored.
 
-@item -mthread
-@opindex mthread
+@item -mthreads
+@opindex mthreads
 This option is available for MinGW targets. It specifies
 that MinGW-specific thread support is to be used.