From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 96982 invoked by alias); 1 Dec 2015 12:55:35 -0000 Mailing-List: contact fortran-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Post: List-Help: , Sender: fortran-owner@gcc.gnu.org Received: (qmail 96848 invoked by uid 89); 1 Dec 2015 12:55:34 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-2.3 required=5.0 tests=AWL,BAYES_00,FREEMAIL_FROM,RCVD_IN_DNSWL_LOW,SPF_PASS autolearn=ham version=3.3.2 X-Spam-User: qpsmtpd, 2 recipients X-HELO: mail-wm0-f41.google.com Received: from mail-wm0-f41.google.com (HELO mail-wm0-f41.google.com) (74.125.82.41) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with (AES128-GCM-SHA256 encrypted) ESMTPS; Tue, 01 Dec 2015 12:55:32 +0000 Received: by wmww144 with SMTP id w144so171634466wmw.1; Tue, 01 Dec 2015 04:55:29 -0800 (PST) X-Received: by 10.28.35.203 with SMTP id j194mr34797015wmj.13.1448974529268; Tue, 01 Dec 2015 04:55:29 -0800 (PST) Received: from s42.loc (91-119-111-21.dynamic.xdsl-line.inode.at. [91.119.111.21]) by smtp.gmail.com with ESMTPSA id t133sm25954009wmf.24.2015.12.01.04.55.28 (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Tue, 01 Dec 2015 04:55:28 -0800 (PST) Received: from cow by s42.loc with local (Exim 4.86) (envelope-from ) id 1a3kSv-00085A-6X; Tue, 01 Dec 2015 13:55:29 +0100 From: Bernhard Reutner-Fischer To: fortran@gcc.gnu.org Cc: Bernhard Reutner-Fischer , gcc-patches@gcc.gnu.org Subject: [PATCH] Commentary typo fix for gfc_typenode_for_spec() Date: Tue, 01 Dec 2015 12:55:00 -0000 Message-Id: <1448974501-30981-3-git-send-email-rep.dot.nop@gmail.com> In-Reply-To: <1448974501-30981-1-git-send-email-rep.dot.nop@gmail.com> References: <1448974501-30981-1-git-send-email-rep.dot.nop@gmail.com> X-IsSubscribed: yes X-SW-Source: 2015-12/txt/msg00003.txt.bz2 Regstrapped without regressions, ok for trunk stage3 now / next stage1? gcc/fortran/ChangeLog 2015-11-29 Bernhard Reutner-Fischer * trans-types.c (gfc_typenode_for_spec): Commentary typo fix. Signed-off-by: Bernhard Reutner-Fischer --- gcc/fortran/trans-types.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gcc/fortran/trans-types.c b/gcc/fortran/trans-types.c index 6e2b3f1..0ac337e 100644 --- a/gcc/fortran/trans-types.c +++ b/gcc/fortran/trans-types.c @@ -1049,7 +1049,7 @@ gfc_get_character_type (int kind, gfc_charlen * cl) return gfc_get_character_type_len (kind, len); } -/* Covert a basic type. This will be an array for character types. */ +/* Convert a basic type. This will be an array for character types. */ tree gfc_typenode_for_spec (gfc_typespec * spec) -- 2.6.2