From patchwork Sun Aug 31 20:49:55 2014 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Gerald Pfeifer X-Patchwork-Id: 384584 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.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by ozlabs.org (Postfix) with ESMTPS id B76C11401AA for ; Mon, 1 Sep 2014 06:50:13 +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:cc:subject:in-reply-to:message-id:references :mime-version:content-type; q=dns; s=default; b=QzU4MK0TggN1pcYE xHfFQQfJTGclIemLk8jSOXVtFKVOQFh3tbvtoMI5sUTx+JJNUvQpL2JyDL45g1fh k+TCXucYGN5gw1fbDvU3EwT+yV0+xM5o1BcNzQnapsz7/YV7nWo964FjYnZzNSoG o6/E0PrThpg4/BEOJ50iQSpxLpk= 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:cc:subject:in-reply-to:message-id:references :mime-version:content-type; s=default; bh=Of5ArEnXRi0D76HKNjrCTh Nauy8=; b=cVg8CUCyPdUhoYVqXoy3B0UQ4pZeRhCxlr9Qhud4AsVxkpu5E1/fRb kuwusKnHZAiltCi3lssbkkvHpZJOEl4zmsPXdki8w1c8ljgx9tPjKrmCk14FZ8pP gENWBmA9GKU31mQAPlx/VYqRDcoNi+iuCDg+Gej1WDK+/KxeBF6Q0= Received: (qmail 3599 invoked by alias); 31 Aug 2014 20:50:04 -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 3582 invoked by uid 89); 31 Aug 2014 20:50:03 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-1.4 required=5.0 tests=AWL, BAYES_00, SPF_PASS autolearn=ham version=3.3.2 X-HELO: ainaz.pair.com Received: from ainaz.pair.com (HELO ainaz.pair.com) (209.68.2.66) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with (AES256-SHA encrypted) ESMTPS; Sun, 31 Aug 2014 20:50:02 +0000 Received: from ip-109-43-138-217.web.vodafone.de (ip-109-43-138-217.web.vodafone.de [109.43.138.217]) by ainaz.pair.com (Postfix) with ESMTPSA id 95F683F503; Sun, 31 Aug 2014 16:49:59 -0400 (EDT) Date: Sun, 31 Aug 2014 22:49:55 +0200 (CEST) From: Gerald Pfeifer To: Mike Stump cc: Honggyu Kim , gcc-patches@gcc.gnu.org Subject: Re: [PATCH] doc/generic.texi: Fix typo In-Reply-To: Message-ID: References: <1409292202-32107-1-git-send-email-hong.gyu.kim@lge.com> MIME-Version: 1.0 X-IsSubscribed: yes On Fri, 29 Aug 2014, Mike Stump wrote: > These errors are on purpose. > >> -There are many places in which this document is incomplet and incorrekt. >> +There are many places in which this document is incomplete or incorrect. Since this now came up for the second time this year, I went ahead and applied the patch below. Gerald 2014-08-31 Gerald Pfeifer * doc/generic.texi (Deficiencies): Add note on exemplary mistakes. Index: doc/generic.texi =================================================================== --- doc/generic.texi (revision 214765) +++ doc/generic.texi (working copy) @@ -53,6 +53,7 @@ @node Deficiencies @section Deficiencies +@c The spelling of "incomplet" and "incorrekt" below is intentional. There are many places in which this document is incomplet and incorrekt. It is, as of yet, only @emph{preliminary} documentation.