From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 53411 invoked by alias); 3 Nov 2015 14:32:39 -0000 Mailing-List: contact gcc-patches-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Id: List-Archive: List-Post: List-Help: Sender: gcc-patches-owner@gcc.gnu.org Received: (qmail 53392 invoked by uid 89); 3 Nov 2015 14:32:39 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-2.2 required=5.0 tests=AWL,BAYES_00,FREEMAIL_FROM,RCVD_IN_DNSWL_LOW,SPF_PASS autolearn=ham version=3.3.2 X-HELO: mail-ob0-f171.google.com Received: from mail-ob0-f171.google.com (HELO mail-ob0-f171.google.com) (209.85.214.171) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with (AES128-GCM-SHA256 encrypted) ESMTPS; Tue, 03 Nov 2015 14:32:38 +0000 Received: by obbwb3 with SMTP id wb3so13639553obb.0 for ; Tue, 03 Nov 2015 06:32:36 -0800 (PST) MIME-Version: 1.0 X-Received: by 10.182.114.167 with SMTP id jh7mr18439568obb.70.1446561156359; Tue, 03 Nov 2015 06:32:36 -0800 (PST) Received: by 10.60.138.6 with HTTP; Tue, 3 Nov 2015 06:32:36 -0800 (PST) In-Reply-To: References: Date: Tue, 03 Nov 2015 14:32:00 -0000 Message-ID: Subject: Re: [PATCH] Fix typo. From: Uros Bizjak To: Yulia Koval Cc: GCC Patches Content-Type: text/plain; charset=UTF-8 X-SW-Source: 2015-11/txt/msg00220.txt.bz2 On Tue, Nov 3, 2015 at 3:16 PM, Yulia Koval wrote: > Hi, > > This patch fixes a typo: PROCESSOT -> PROCESSOR. Ok for trunk? Trivial patch, OK with a suitable ChangeLog. Uros.