From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 11496 invoked by alias); 21 Aug 2014 00:10:42 -0000 Mailing-List: contact gdb-patches-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-patches-owner@sourceware.org Received: (qmail 11468 invoked by uid 89); 21 Aug 2014 00:10:40 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-3.2 required=5.0 tests=AWL,BAYES_00,RCVD_IN_DNSWL_LOW,RP_MATCHES_RCVD,SPF_PASS autolearn=ham version=3.3.2 X-HELO: mail-vc0-f181.google.com Received: from mail-vc0-f181.google.com (HELO mail-vc0-f181.google.com) (209.85.220.181) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with (AES128-SHA encrypted) ESMTPS; Thu, 21 Aug 2014 00:10:39 +0000 Received: by mail-vc0-f181.google.com with SMTP id lf12so10090916vcb.12 for ; Wed, 20 Aug 2014 17:10:36 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:mime-version:in-reply-to:references:date :message-id:subject:from:to:cc:content-type; bh=NXXGyn4cqG+ez6fiPQazE1S5apzv+fclkY8/6NIXgus=; b=D2V98l13kKBamappzONan1Os240ZM4UV/C85XfWEsl+0izhIQVzOnvlBUCqO2vWFN0 pmM4j3p6GpuzhCUOFD984C3OLaRmAn70nHjC92+TXNufxjCIJm+gMR6EDFu/sm3rWljY /ZxjO5HPUlkl2oXOmPxRhTGIB3vI7hAF2IUAOpantXmh3VCEewpwGgLnbLINg0mD85M1 iOTb7iXL9/jCoG/f53KXc2kHJ+AObAhOkrhdJjn2A5Qqz0AFSPhQMhlFt6aqs74OyQQn qOqoUJDWdcsFbU2ZKaBUDHouwe3VNHkvsjtjZax7jMWprXklppVHMYR/vMp5uOknrCvc 80qQ== X-Gm-Message-State: ALoCoQnIlSrTZlkYGWmDy7QvMxyueZYLNrwb6rErg/rU9ASLaMM4VMFHKUtuFkkKsO8Msiveodeh MIME-Version: 1.0 X-Received: by 10.220.196.147 with SMTP id eg19mr4453851vcb.60.1408579836582; Wed, 20 Aug 2014 17:10:36 -0700 (PDT) Received: by 10.52.136.203 with HTTP; Wed, 20 Aug 2014 17:10:36 -0700 (PDT) In-Reply-To: <53F5250D.4030301@oarcorp.com> References: <53F5250D.4030301@oarcorp.com> Date: Thu, 21 Aug 2014 00:10:00 -0000 Message-ID: Subject: Re: Fix spelling error in psim From: Doug Evans To: Joel Sherrill Cc: "gdb-patches@sourceware.org" Content-Type: text/plain; charset=UTF-8 X-IsSubscribed: yes X-SW-Source: 2014-08/txt/msg00435.txt.bz2 On Wed, Aug 20, 2014 at 3:45 PM, Joel Sherrill wrote: > > Hi > > OK to commit as obvious? > > 2014-08-21 Joel Sherrill > > * ppc-instructions: Fix spelling error. > > diff --git a/sim/ppc/ppc-instructions b/sim/ppc/ppc-instructions > index 1b8fd89..1a2e51a 100644 > --- a/sim/ppc/ppc-instructions > +++ b/sim/ppc/ppc-instructions > @@ -3355,7 +3355,7 @@ void::function::invalid_zero_divide_operation:cpu > *proces > spreg new_val = (spr_length(n) == 64 > ? *rS > : MASKED(*rS, 32, 63)); > - /* HACK - time base registers need to be updated immediatly */ > + /* HACK - time base registers need to be updated immediately */ > if (WITH_TIME_BASE) { > switch (n) { > case spr_tbu: Yep. [If this were gdb one might want a "." followed by two spaces here, but this isn't gdb. Lucky you. :-)]