ソースを参照

SpiTool: Fix spelling errors

"beggining" should be "beginning"

Signed-off-by: Nate DeSimone <nathaniel.l.desimone@intel.com>
Reviewed-by: Leif Lindholm <leif@nuviainc.com>
Cc: Marcin Wojtas <mw@semihalf.com>
Cc: Leif Lindholm <leif@nuviainc.com>
Nate DeSimone 4 年 前
コミット
3d2643b465

+ 2 - 1
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"

+ 2 - 1
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"