From patchwork Thu Jul 21 21:11:18 2011 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Steve Kargl X-Patchwork-Id: 106169 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 7EEE0B6F74 for ; Fri, 22 Jul 2011 07:11:46 +1000 (EST) Received: (qmail 6580 invoked by alias); 21 Jul 2011 21:11:44 -0000 Received: (qmail 6565 invoked by uid 22791); 21 Jul 2011 21:11:43 -0000 X-SWARE-Spam-Status: No, hits=-2.5 required=5.0 tests=AWL, BAYES_00, RP_MATCHES_RCVD X-Spam-Check-By: sourceware.org Received: from troutmask.apl.washington.edu (HELO troutmask.apl.washington.edu) (128.95.76.21) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Thu, 21 Jul 2011 21:11:19 +0000 Received: from troutmask.apl.washington.edu (localhost.apl.washington.edu [127.0.0.1]) by troutmask.apl.washington.edu (8.14.4/8.14.4) with ESMTP id p6LLBI5h003051; Thu, 21 Jul 2011 14:11:18 -0700 (PDT) (envelope-from sgk@troutmask.apl.washington.edu) Received: (from sgk@localhost) by troutmask.apl.washington.edu (8.14.4/8.14.4/Submit) id p6LLBIUZ003050; Thu, 21 Jul 2011 14:11:18 -0700 (PDT) (envelope-from sgk) Date: Thu, 21 Jul 2011 14:11:18 -0700 From: Steve Kargl To: fortran@gcc.gnu.org, gcc-patches@gcc.gnu.org Subject: [PATCH,fortran] remove duplicate word in documentation Message-ID: <20110721211118.GA3020@troutmask.apl.washington.edu> Mime-Version: 1.0 Content-Disposition: inline User-Agent: Mutt/1.4.2.3i 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 I committed the following patch as obvious. 2011-07-21 Steven G. Kargl * gfortran.texi: Remove a duplicate word. Index: gfortran.texi =================================================================== --- gfortran.texi (revision 176586) +++ gfortran.texi (working copy) @@ -2461,7 +2461,7 @@ in GNU Fortran; therefore, these feature @node GNU Fortran Compiler Directives @section GNU Fortran Compiler Directives -The Fortran standard standard describes how a conforming program shall +The Fortran standard describes how a conforming program shall behave; however, the exact implementation is not standardized. In order to allow the user to choose specific implementation details, compiler directives can be used to set attributes of variables and procedures