From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mail-wr1-f68.google.com (mail-wr1-f68.google.com [209.85.221.68]) by mx.groups.io with SMTP id smtpd.web12.10765.1589891536262041693 for ; Tue, 19 May 2020 05:32:16 -0700 Authentication-Results: mx.groups.io; dkim=pass header.i=@nuviainc-com.20150623.gappssmtp.com header.s=20150623 header.b=IR4LTMJB; spf=pass (domain: nuviainc.com, ip: 209.85.221.68, mailfrom: leif@nuviainc.com) Received: by mail-wr1-f68.google.com with SMTP id e16so15691888wra.7 for ; Tue, 19 May 2020 05:32:16 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=nuviainc-com.20150623.gappssmtp.com; s=20150623; h=date:from:to:cc:subject:message-id:references:mime-version :content-disposition:in-reply-to:user-agent; bh=qyZ4BBtVN3eI5/jroIFrGG2vXQWbERU5LIRwExx/6kQ=; b=IR4LTMJB0XvvPqNzhRD4YRRGXSSLosCqI3oeeGg74pQ2dB/Lod/LRAVTobr9qc5vHy orF5YrbiqwpV7UX+dRnShLZaYDeNYsFMC3qktHJH4RcjKfV0lEuxZ6C75GVd7ou59XBk B5vGE93v+ixuKETioYD4JcZCna1RL7hma71oiSPwliWuscq6+6PtQjY1i/Tvrl+lUI4p 924HeSPPff63Iwa8FfiiHLFhqFWiZOET3eJtBMBm6lbrAa0Dg2NDJxIXD5zGevmtUt5m yZJwzWTCJ+Asu50BJje4866mgGLdXriT3xo6y9hcCfqMidOfFHWMLS0UqRcRpRghIzwv gy2w== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:date:from:to:cc:subject:message-id:references :mime-version:content-disposition:in-reply-to:user-agent; bh=qyZ4BBtVN3eI5/jroIFrGG2vXQWbERU5LIRwExx/6kQ=; b=EzrUPXVWQuenF63wIgKsbOmGZ5hZ80yh07WSiqxRXlDoYYqZuiz3xXk9CLOv3mywSO mkmaHWis+JdaYjsoqBx52Uiiabvm7CkJbv0iBgvYvjSI4+wwBrzL2yjNgbmN02U5aR1Z /h4BdMkc9DL3EW050bmHfUM1zzSk00rflMsDyYLMQiUbmogbo94gOkuW/Z43rqObtm8Q bZ/P7ItS1hRYcT6en3lR3vwki5vBTL1ZYcO/hvHlKylRJjYi6n7eNMYFQYSPH37mNOiu yzr8l9er07OK51zjYDLdSivGSmPaIkw5KdnhFdtCyUJBpMQ5YEgMUZCB6AAHySvdr46i /2iA== X-Gm-Message-State: AOAM532MdCAFVZETaQ+Ww1U8Kc72XSVk7yKmd1xyqEcZr0me9+n9Nq0r ObpY/pqzFsJWEvv3vkF/spXPQg== X-Google-Smtp-Source: ABdhPJwSfn4dBuem0nN9BT4oBs8bIWzNgjDrmex3jLIpF0nhreEYxlZ/JFvCXPPmksl2zN0mrTgUOg== X-Received: by 2002:adf:fa44:: with SMTP id y4mr26069676wrr.135.1589891534843; Tue, 19 May 2020 05:32:14 -0700 (PDT) Return-Path: Received: from vanye ([2001:470:1f09:12f0:b26e:bfff:fea9:f1b8]) by smtp.gmail.com with ESMTPSA id m13sm3624986wmi.42.2020.05.19.05.32.14 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Tue, 19 May 2020 05:32:14 -0700 (PDT) Date: Tue, 19 May 2020 13:32:12 +0100 From: "Leif Lindholm" To: Nate DeSimone Cc: devel@edk2.groups.io, Marcin Wojtas Subject: Re: [edk2-platforms] [PATCH] SpiTool: Fix spelling errors Message-ID: <20200519123212.GR10467@vanye> References: <20200519062049.5898-1-nathaniel.l.desimone@intel.com> MIME-Version: 1.0 In-Reply-To: <20200519062049.5898-1-nathaniel.l.desimone@intel.com> User-Agent: Mutt/1.10.1 (2018-07-13) Content-Type: text/plain; charset=us-ascii Content-Disposition: inline On Mon, May 18, 2020 at 23:20:49 -0700, Nate DeSimone wrote: > "beggining" should be "beginning" > > Signed-off-by: Nate DeSimone Reviewed-by: Leif Lindholm Thanks Nate! Pushed as 3d2643b465f2. > Cc: Marcin Wojtas > Cc: Leif Lindholm > --- > Silicon/Marvell/Applications/SpiTool/SpiFlashCmd.c | 3 ++- > Silicon/Marvell/Applications/SpiTool/SpiFlashCmd.uni | 3 ++- > 2 files changed, 4 insertions(+), 2 deletions(-) > > diff --git a/Silicon/Marvell/Applications/SpiTool/SpiFlashCmd.c b/Silicon/Marvell/Applications/SpiTool/SpiFlashCmd.c > index 7ff45b6a9c..46871de688 100644 > --- a/Silicon/Marvell/Applications/SpiTool/SpiFlashCmd.c > +++ b/Silicon/Marvell/Applications/SpiTool/SpiFlashCmd.c > @@ -1,5 +1,6 @@ > /******************************************************************************* > Copyright (C) 2016 Marvell International Ltd. > +Copyright (c) 2020, Intel Corporation. All rights reserved. > > SPDX-License-Identifier: BSD-2-Clause-Patent > > @@ -83,7 +84,7 @@ SfUsage ( > "Length - Number of bytes to send\n" > "Address - Address in RAM to store/load data\n" > "FilePath - Path to file to read/write data from/to\n" > - "Offset - Offset from beggining of SPI flash to store/load data\n" > + "Offset - Offset from beginning of SPI flash to store/load data\n" > "Examples:\n" > "Check if there is response from SPI flash\n" > " sf probe\n" > diff --git a/Silicon/Marvell/Applications/SpiTool/SpiFlashCmd.uni b/Silicon/Marvell/Applications/SpiTool/SpiFlashCmd.uni > index 57a9109ee7..3cec099732 100644 > --- a/Silicon/Marvell/Applications/SpiTool/SpiFlashCmd.uni > +++ b/Silicon/Marvell/Applications/SpiTool/SpiFlashCmd.uni > @@ -1,5 +1,6 @@ > /******************************************************************************* > Copyright (C) 2016 Marvell International Ltd. > +Copyright (c) 2020, Intel Corporation. All rights reserved. > > SPDX-License-Identifier: BSD-2-Clause-Patent > > @@ -21,7 +22,7 @@ SPDX-License-Identifier: BSD-2-Clause-Patent > " \r\n" > " Length - Number of bytes to send\r\n" > " Address - Address in RAM to store/load data\r\n" > -" Offset - Offset from beggining of SPI flash to store/load data\r\n" > +" Offset - Offset from beginning of SPI flash to store/load data\r\n" > " FilePath - Path to file to read data into or write/update data from \r\n" > ".SH EXAMPLES\r\n" > " \r\n" > -- > 2.26.0.windows.1 >