mirror of
https://github.com/acidanthera/audk.git
synced 2025-07-25 14:44:28 +02:00
EmbeddedPkg: Fix some spelling mistakes found by cspell
When cspell is installed (via `npm install cspell`), CI checks for spelling mistakes. There are currently a very large number of them: some are genuine mistakes while others are words or acryonyms that cspell doesn't know. Fix a few of the misspellings in EmbeddedPkg. Signed-off-by: Rebecca Cran <rebecca@bsdio.com>
This commit is contained in:
parent
669c5aa240
commit
c26490ea29
@ -171,7 +171,7 @@
|
||||
gEmbeddedTokenSpaceGuid.PcdPrePiStackSize|0
|
||||
|
||||
#
|
||||
# Optinal feature to help prevent EFI memory map fragments
|
||||
# Optional feature to help prevent EFI memory map fragments
|
||||
# Turned on and off via: PcdPrePiProduceMemoryTypeInformationHob
|
||||
# Values are in EFI Pages (4K). DXE Core will make sure that
|
||||
# at least this much of each type of memory can be allocated
|
||||
|
@ -457,7 +457,7 @@ GDB_SERIAL_DEV gdbSerialDevTemplate = {
|
||||
0, // ControlMask
|
||||
0, // Timeout
|
||||
0, // BaudRate
|
||||
1, // RceiveFifoDepth
|
||||
1, // ReceiveFifoDepth
|
||||
0, // DataBits
|
||||
0, // Parity
|
||||
0 // StopBits
|
||||
|
@ -2311,7 +2311,7 @@ fdt_del_node (
|
||||
* returns:
|
||||
* 0, on success
|
||||
* -FDT_ERR_NOSPACE, there's not enough space in the base device tree
|
||||
* -FDT_ERR_NOTFOUND, the overlay points to some inexistant nodes or
|
||||
* -FDT_ERR_NOTFOUND, the overlay points to some nonexistant nodes or
|
||||
* properties in the base DT
|
||||
* -FDT_ERR_BADPHANDLE,
|
||||
* -FDT_ERR_BADOVERLAY,
|
||||
|
@ -2,7 +2,7 @@
|
||||
*
|
||||
* Implement virtual EFI RealTimeClock runtime services.
|
||||
*
|
||||
* Coypright (c) 2019, Pete Batard <pete@akeo.ie>
|
||||
* Copyright (c) 2019, Pete Batard <pete@akeo.ie>
|
||||
* Copyright (c) 2018, Andrei Warkentin <andrey.warkentin@gmail.com>
|
||||
* Copyright (c) 2011-2021, ARM Ltd. All rights reserved.
|
||||
* Copyright (c) 2008-2010, Apple Inc. All rights reserved.
|
||||
|
Loading…
x
Reference in New Issue
Block a user