ArmPlatformPkg: 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 ArmPlatformPkg.

Signed-off-by: Rebecca Cran <rebecca@bsdio.com>
This commit is contained in:
Rebecca Cran 2024-07-30 09:56:41 -06:00 committed by mergify[bot]
parent cf60ca4366
commit 7b1646d454
3 changed files with 5 additions and 5 deletions

View File

@ -220,7 +220,7 @@ typedef struct {
@param[in] Handle Handle to the LCD device instance. @param[in] Handle Handle to the LCD device instance.
@retval EFI_SUCCESS Plaform library initialized successfully. @retval EFI_SUCCESS Platform library initialized successfully.
@retval !(EFI_SUCCESS) Other errors. @retval !(EFI_SUCCESS) Other errors.
**/ **/
EFI_STATUS EFI_STATUS

View File

@ -287,7 +287,7 @@ LcdInitialize (
return EFI_SUCCESS; return EFI_SUCCESS;
} }
/** Set ARM Mali DP in cofiguration mode. /** Set ARM Mali DP in configuration mode.
The ARM Mali DP must be in the configuration mode for The ARM Mali DP must be in the configuration mode for
configuration of the H_INTERVALS, V_INTERVALS, SYNC_CONTROL configuration of the H_INTERVALS, V_INTERVALS, SYNC_CONTROL

View File

@ -19,7 +19,7 @@
@retval EFI_SUCCESS Returns success if platform implements a @retval EFI_SUCCESS Returns success if platform implements a
PL111 controller. PL111 controller.
@retval EFI_NOT_FOUND PL111 display controller not found the plaform. @retval EFI_NOT_FOUND PL111 display controller not found the platform.
**/ **/
EFI_STATUS EFI_STATUS
LcdIdentify ( LcdIdentify (
@ -71,9 +71,9 @@ LcdInitialize (
/** Set requested mode of the display. /** Set requested mode of the display.
@param[in] ModeNumbe Display mode number. @param[in] ModeNumber Display mode number.
@retval EFI_SUCCESS Display mode set successfuly. @retval EFI_SUCCESS Display mode set successfully.
@retval !(EFI_SUCCESS) Other errors. @retval !(EFI_SUCCESS) Other errors.
**/ **/
EFI_STATUS EFI_STATUS