From nobody Sat Apr 20 05:15:37 2024 Delivered-To: importer@patchew.org Received-SPF: pass (zohomail.com: domain of groups.io designates 66.175.222.12 as permitted sender) client-ip=66.175.222.12; envelope-from=bounce+27952+59785+1787277+3901457@groups.io; helo=web01.groups.io; Authentication-Results: mx.zohomail.com; dkim=pass; spf=pass (zohomail.com: domain of groups.io designates 66.175.222.12 as permitted sender) smtp.mailfrom=bounce+27952+59785+1787277+3901457@groups.io; dmarc=fail(p=none dis=none) header.from=intel.com ARC-Seal: i=1; a=rsa-sha256; t=1589869257; cv=none; d=zohomail.com; s=zohoarc; b=GPId8dj2LcWKkPb/Q1cTkRHHcPLhsAA+DtLYN1me4XVs4ycC/tEpx84estIkAk/C+o/e+4AjC4kFhKp40zhMpghxXeMoHWrPkCfBhW3QH3GOGpdy3vk2OdJ5u/u0O2k4oyPVEQnJzZAgOtRnRsRrp7SDRMR0vsK7ECbhVb3YVXQ= ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=zohomail.com; s=zohoarc; t=1589869257; h=Content-Transfer-Encoding:Cc:Date:From:List-Id:List-Unsubscribe:MIME-Version:Message-ID:Reply-To:Sender:Subject:To; bh=fuI8rgkPhi4t3x1VTrixGaATQiip3Y+AvLy7/NA8yo4=; b=KwkZJ0h0OE2CWIlJo0Vcz7I/SYaX+2q/fSjrvbNZK1IXQ7+l2ymNS0RwNKygRtPlddcemo8evhxE+0Js7c8ZOdAJMdVugCsMR87WwmbmdphRa1W+jnrRNTjVjjPfiNJXz2TPHxqUzu4DPUL2jn43iCjsrXNaEYaRTF8RQqs4MAM= ARC-Authentication-Results: i=1; mx.zohomail.com; dkim=pass; spf=pass (zohomail.com: domain of groups.io designates 66.175.222.12 as permitted sender) smtp.mailfrom=bounce+27952+59785+1787277+3901457@groups.io; dmarc=fail header.from= (p=none dis=none) header.from= Received: from web01.groups.io (web01.groups.io [66.175.222.12]) by mx.zohomail.com with SMTPS id 1589869257601629.3850002351033; Mon, 18 May 2020 23:20:57 -0700 (PDT) Return-Path: X-Received: by 127.0.0.2 with SMTP id WA94YY1788612xw84ppo2LVn; Mon, 18 May 2020 23:20:57 -0700 X-Received: from mga12.intel.com (mga12.intel.com [192.55.52.136]) by mx.groups.io with SMTP id smtpd.web12.7179.1589869256765800657 for ; Mon, 18 May 2020 23:20:56 -0700 IronPort-SDR: Vv0fgw5jobT3Z7e7EBR4CJ7KZRTYI1PX9vMuriAu4WJROQ4VmAqg50iojMdEn+0QGGKba3Q37I 5S4kY1E6uDfw== X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False X-Received: from orsmga006.jf.intel.com ([10.7.209.51]) by fmsmga106.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 18 May 2020 23:20:56 -0700 IronPort-SDR: L9Wht8Evi6WWP02LmZzAQWOPyN1DDB0/tV6VrpTzJcRvvTVM1xI5OdznNa7zic09u1dz36ypCV WbSN133eb8Qg== X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.73,409,1583222400"; d="scan'208";a="267779186" X-Received: from nldesimo-desk1.amr.corp.intel.com ([10.209.6.93]) by orsmga006.jf.intel.com with ESMTP; 18 May 2020 23:20:55 -0700 From: "Nate DeSimone" To: devel@edk2.groups.io Cc: Marcin Wojtas , Leif Lindholm Subject: [edk2-devel] [edk2-platforms] [PATCH] SpiTool: Fix spelling errors Date: Mon, 18 May 2020 23:20:49 -0700 Message-Id: <20200519062049.5898-1-nathaniel.l.desimone@intel.com> MIME-Version: 1.0 Precedence: Bulk List-Unsubscribe: Sender: devel@edk2.groups.io List-Id: Mailing-List: list devel@edk2.groups.io; contact devel+owner@edk2.groups.io Reply-To: devel@edk2.groups.io,nathaniel.l.desimone@intel.com X-Gm-Message-State: vfKYv1RAOYWEwqyokGa5x617x1787277AA= Content-Transfer-Encoding: quoted-printable DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=groups.io; q=dns/txt; s=20140610; t=1589869257; bh=7EhQLbPni28dpXfkElNguxa4JpwHKtWoCp07x1xcjLg=; h=Cc:Date:From:Reply-To:Subject:To; b=ihr9q8sNAbANktxVCt1yKTCnp2TJirytISY+smKKiJwQWvBRTWOjn4SywLFwxIkmOGo 2aHvrx712EaEL50ciR3AHNRZ/Ia7yhBFhyz55fn1hZA+kQUj9LURWuyUQgx+7xPwqe3rR Mm+pZzWDNW7PrIBYLIE1rFeu5C/XqR+D1x8= X-ZohoMail-DKIM: pass (identity @groups.io) Content-Type: text/plain; charset="utf-8" "beggining" should be "beginning" Signed-off-by: Nate DeSimone Cc: Marcin Wojtas Cc: Leif Lindholm Reviewed-by: Guomin Jiang Reviewed-by: 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/M= arvell/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. =20 SPDX-License-Identifier: BSD-2-Clause-Patent =20 @@ -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. =20 SPDX-License-Identifier: BSD-2-Clause-Patent =20 @@ -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 fr= om \r\n" ".SH EXAMPLES\r\n" " \r\n" --=20 2.26.0.windows.1 -=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D- Groups.io Links: You receive all messages sent to this group. View/Reply Online (#59785): https://edk2.groups.io/g/devel/message/59785 Mute This Topic: https://groups.io/mt/74320014/1787277 Group Owner: devel+owner@edk2.groups.io Unsubscribe: https://edk2.groups.io/g/devel/unsub [importer@patchew.org] -=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-