From patchwork Wed Apr 4 18:34:31 2012 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Matt Turner X-Patchwork-Id: 150782 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Received: from sourceware.org (server1.sourceware.org [209.132.180.131]) by ozlabs.org (Postfix) with SMTP id 75CDFB702B for ; Thu, 5 Apr 2012 04:36:20 +1000 (EST) Comment: DKIM? See http://www.dkim.org DKIM-Signature: v=1; a=rsa-sha1; c=relaxed/relaxed; d=gcc.gnu.org; s=default; x=1334169380; h=Comment: DomainKey-Signature:Received:Received:Received:Received:Received: Received:From:To:Cc:Subject:Date:Message-Id:In-Reply-To: References:Mailing-List:Precedence:List-Id:List-Unsubscribe: List-Archive:List-Post:List-Help:Sender:Delivered-To; bh=0m4dfmB IAUT7fjm0F7OUWmDU4MI=; b=UTuJcvHd5pzMt9au7mxRZTUIqKOiY0aaUljbC1X ijtfe2R+b6ykv2SXBsRRadmfyRJ6Ke2OpArJtNNE/k41Qs49/ZG3lTfNQBywDzih DJ2J9efdWBPaEMBRocrAZ6DU9rtYgLV2mv3cA3sQ6s/zdnBUw/geGQp9SO5KUnzX 5qI0= Comment: DomainKeys? See http://antispam.yahoo.com/domainkeys DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=default; d=gcc.gnu.org; h=Received:Received:X-SWARE-Spam-Status:X-Spam-Check-By:Received:Received:Received:Received:From:To:Cc:Subject:Date:Message-Id:In-Reply-To:References:Mailing-List:Precedence:List-Id:List-Unsubscribe:List-Archive:List-Post:List-Help:Sender:Delivered-To; b=NtHI4fXTtXk9UBZaqJyFA8cWDR6i61JgwPlTCmY9aAlxoRlltApCRn2YgZuuqp AQPmSW6Ja+99ZepCbtI8pjOMfejfRG+vhAsNmYwnw+OV+XojpmjRlSKhSxWy/7CU MOkmkMi8o0XSbSaHPRxZ2zNjZMuheHmkTMpluzQ+kxDw0=; Received: (qmail 12112 invoked by alias); 4 Apr 2012 18:35:09 -0000 Received: (qmail 12003 invoked by uid 22791); 4 Apr 2012 18:35:07 -0000 X-SWARE-Spam-Status: No, hits=-4.9 required=5.0 tests=AWL, BAYES_00, DKIM_SIGNED, DKIM_VALID, DKIM_VALID_AU, FREEMAIL_ENVFROM_END_DIGIT, FREEMAIL_FROM, KHOP_RCVD_TRUST, KHOP_THREADED, RCVD_IN_DNSWL_LOW, RCVD_IN_HOSTKARMA_YE X-Spam-Check-By: sourceware.org Received: from mail-qa0-f43.google.com (HELO mail-qa0-f43.google.com) (209.85.216.43) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Wed, 04 Apr 2012 18:34:51 +0000 Received: by qadb15 with SMTP id b15so710754qad.9 for ; Wed, 04 Apr 2012 11:34:51 -0700 (PDT) Received: by 10.229.134.207 with SMTP id k15mr7174843qct.94.1333564490919; Wed, 04 Apr 2012 11:34:50 -0700 (PDT) Received: from localhost (cpe-174-109-057-184.nc.res.rr.com. [174.109.57.184]) by mx.google.com with ESMTPS id gy2sm2334698qab.10.2012.04.04.11.34.50 (version=TLSv1/SSLv3 cipher=OTHER); Wed, 04 Apr 2012 11:34:50 -0700 (PDT) From: Matt Turner To: gcc-patches@gcc.gnu.org Cc: Matt Turner Subject: [PATCH] doc: Fix typo: mno-lsc -> mno-llsc Date: Wed, 4 Apr 2012 14:34:31 -0400 Message-Id: <1333564471-26801-2-git-send-email-mattst88@gmail.com> In-Reply-To: <1333564471-26801-1-git-send-email-mattst88@gmail.com> References: <1333564471-26801-1-git-send-email-mattst88@gmail.com> Mailing-List: contact gcc-patches-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Id: List-Unsubscribe: List-Archive: List-Post: List-Help: Sender: gcc-patches-owner@gcc.gnu.org Delivered-To: mailing list gcc-patches@gcc.gnu.org 2012-04-04 Matt Turner gcc/ * doc/install.texi: Correct typo "-mno-lsc" -> "-mno-llsc". --- Still waiting on copyright assignment, but I think this doc patch is trivial enough to be committed without it. gcc/doc/install.texi | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/gcc/doc/install.texi b/gcc/doc/install.texi index 41dbf44..6da6c09 100644 --- a/gcc/doc/install.texi +++ b/gcc/doc/install.texi @@ -1238,7 +1238,7 @@ Division by zero checks use the break instruction. @item --with-llsc On MIPS targets, make @option{-mllsc} the default when no -@option{-mno-lsc} option is passed. This is the default for +@option{-mno-llsc} option is passed. This is the default for Linux-based targets, as the kernel will emulate them if the ISA does not provide them.