mirror of https://github.com/acidanthera/audk.git
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:
parent
cf60ca4366
commit
7b1646d454
|
@ -220,7 +220,7 @@ typedef struct {
|
|||
|
||||
@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.
|
||||
**/
|
||||
EFI_STATUS
|
||||
|
|
|
@ -287,7 +287,7 @@ LcdInitialize (
|
|||
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
|
||||
configuration of the H_INTERVALS, V_INTERVALS, SYNC_CONTROL
|
||||
|
|
|
@ -19,7 +19,7 @@
|
|||
@retval EFI_SUCCESS Returns success if platform implements a
|
||||
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
|
||||
LcdIdentify (
|
||||
|
@ -71,9 +71,9 @@ LcdInitialize (
|
|||
|
||||
/** 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.
|
||||
**/
|
||||
EFI_STATUS
|
||||
|
|
Loading…
Reference in New Issue