From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 2119) id 11D28398E44D; Wed, 9 Jun 2021 15:35:26 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 11D28398E44D MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Content-Type: text/plain; charset="utf-8" From: Jeff Law To: gcc-cvs@gcc.gnu.org Subject: [gcc r12-1333] Fix doc/typo X-Act-Checkin: gcc X-Git-Author: imba-tjd <109224573@qq.com> X-Git-Refname: refs/heads/master X-Git-Oldrev: 2c17b5f8cca82d1957242055991a2c23184a1af1 X-Git-Newrev: 5d8321127704ed0cca6d6008eafce2e9b8adf96c Message-Id: <20210609153526.11D28398E44D@sourceware.org> Date: Wed, 9 Jun 2021 15:35:26 +0000 (GMT) X-BeenThere: gcc-cvs@gcc.gnu.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Gcc-cvs mailing list List-Unsubscribe: , List-Archive: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 09 Jun 2021 15:35:26 -0000 https://gcc.gnu.org/g:5d8321127704ed0cca6d6008eafce2e9b8adf96c commit r12-1333-g5d8321127704ed0cca6d6008eafce2e9b8adf96c Author: imba-tjd <109224573@qq.com> Date: Wed Jun 9 11:28:42 2021 -0400 Fix doc/typo gcc/ * doc/invoke.texi: Fix typo. Diff: --- gcc/doc/invoke.texi | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gcc/doc/invoke.texi b/gcc/doc/invoke.texi index 24dc0491901..443252a83f1 100644 --- a/gcc/doc/invoke.texi +++ b/gcc/doc/invoke.texi @@ -31850,8 +31850,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.