From patchwork Wed Apr 24 11:11:09 2013 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Alan Modra X-Patchwork-Id: 239164 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]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client CN "localhost", Issuer "www.qmailtoaster.com" (not verified)) by ozlabs.org (Postfix) with ESMTPS id B422C2C00B8 for ; Wed, 24 Apr 2013 21:11:23 +1000 (EST) DomainKey-Signature: a=rsa-sha1; c=nofws; d=gcc.gnu.org; h=list-id :list-unsubscribe:list-archive:list-post:list-help:sender:date :from:to:subject:message-id:mime-version:content-type; q=dns; s= default; b=rKhdyOiYE2vKW9A8EpkRmuXtPSKXrGewZ+8GREN26BSgsgVS8qmH7 jMrEDZQnruR+xIqQeO6KJGSTE8WXNetrCHuaoqK3FAlUhESha7s/R05FUJvCDAqG /Ov6b6je2z/Kl+03YjwREfbnAJgwY/NLJSkf7wI5NystWqtI01Ws+M= DKIM-Signature: v=1; a=rsa-sha1; c=relaxed; d=gcc.gnu.org; h=list-id :list-unsubscribe:list-archive:list-post:list-help:sender:date :from:to:subject:message-id:mime-version:content-type; s= default; bh=6KBng8FZuPQ7WSj3q5oaJxnCceU=; b=kDQUKSRVQzxQZsmEMuDp mzOlSnVa7bTXorwduVquNDhebGu30Ge+YzG/kFb4Rx3pDWHmpfSZpPl4li1AbrLT SiLeu6QVa9DuXA9LHv2jeTZCOF97M7jQ1FO6EMPlKKkxmNtWB43f+smIq9P1okN8 5F7Yn8k5IohDA2eoFo1Ioko= Received: (qmail 30659 invoked by alias); 24 Apr 2013 11:11:17 -0000 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 Received: (qmail 30644 invoked by uid 89); 24 Apr 2013 11:11:17 -0000 X-Spam-SWARE-Status: No, score=-2.1 required=5.0 tests=AWL, BAYES_00, FREEMAIL_FROM, RCVD_IN_DNSWL_NONE, RCVD_IN_HOSTKARMA_YE, SPF_PASS autolearn=ham version=3.3.1 Received: from mail-pd0-f177.google.com (HELO mail-pd0-f177.google.com) (209.85.192.177) by sourceware.org (qpsmtpd/0.84/v0.84-167-ge50287c) with ESMTP; Wed, 24 Apr 2013 11:11:16 +0000 Received: by mail-pd0-f177.google.com with SMTP id p11so1070872pdj.36 for ; Wed, 24 Apr 2013 04:11:15 -0700 (PDT) X-Received: by 10.68.209.193 with SMTP id mo1mr46020912pbc.191.1366801874909; Wed, 24 Apr 2013 04:11:14 -0700 (PDT) Received: from bubble.grove.modra.org ([101.166.26.37]) by mx.google.com with ESMTPSA id vk7sm2632086pbc.41.2013.04.24.04.11.12 for (version=TLSv1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Wed, 24 Apr 2013 04:11:13 -0700 (PDT) Received: by bubble.grove.modra.org (Postfix, from userid 1000) id 02BDEEA0444; Wed, 24 Apr 2013 20:41:09 +0930 (CST) Date: Wed, 24 Apr 2013 20:41:09 +0930 From: Alan Modra To: gcc-patches@gcc.gnu.org Subject: driver-rs6000.c comment pasto Message-ID: <20130424111109.GQ22536@bubble.grove.modra.org> Mail-Followup-To: gcc-patches@gcc.gnu.org MIME-Version: 1.0 Content-Disposition: inline User-Agent: Mutt/1.5.21 (2010-09-15) Committed as obvious. * config/rs6000/driver-rs6000.c (elf_dcachebsize): Fix comment pasto. Index: gcc/config/rs6000/driver-rs6000.c =================================================================== --- gcc/config/rs6000/driver-rs6000.c (revision 198174) +++ gcc/config/rs6000/driver-rs6000.c (working copy) @@ -190,7 +190,7 @@ return NULL; } -/* Returns AT_PLATFORM if present, otherwise generic 32. */ +/* Returns AT_DCACHEBSIZE if present, otherwise generic 32. */ static int elf_dcachebsize (void)