[edk2-platforms] [PATCH] SpiTool: Fix spelling errors


 

"beggining" should be "beginning"

Signed-off-by: Nate DeSimone <nathaniel.l.desimone@...>
Cc: Marcin Wojtas <mw@...>
Cc: Leif Lindholm <leif@...>
---
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

Join devel@edk2.groups.io to automatically receive all group messages.