IntelFrameworkModulePkg: Fix typos in comments
- stoping -> stopping - Pointion -> Position - Arrary -> Array - reseting -> resetting - excute -> execute - isTRUE -> is TRUE - connectted -> connected - Retrive -> Retrieve - dirvers -> drivers - funciton -> function - paramter -> parameter - availible -> available - permenent -> permanent - boundry -> boundary Cc: Jeff Fan <jeff.fan@intel.com> Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Gary Lin <glin@suse.com> Reviewed-by: Jeff Fan <jeff.fan@intel.com>
This commit is contained in:
@@ -1685,9 +1685,9 @@ InitKeyboard (
|
||||
|
||||
ConsoleIn->IsSupportPartialKey = FALSE;
|
||||
//
|
||||
// For reseting keyboard is not mandatory before booting OS and sometimes keyboard responses very slow,
|
||||
// For resetting keyboard is not mandatory before booting OS and sometimes keyboard responses very slow,
|
||||
// and to support KB hot plug, we need to let the InitKB succeed no matter whether there is a KB device connected
|
||||
// to system. So we only do the real reseting for keyboard when user asks and there is a real KB connected t system,
|
||||
// to system. So we only do the real resetting for keyboard when user asks and there is a real KB connected t system,
|
||||
// and normally during booting an OS, it's skipped.
|
||||
//
|
||||
if (ExtendedVerification && CheckKeyboardConnect (ConsoleIn)) {
|
||||
|
@@ -55,7 +55,7 @@ KbdControllerDriverStart (
|
||||
);
|
||||
|
||||
/**
|
||||
Stop this driver on ControllerHandle. Support stoping any child handles
|
||||
Stop this driver on ControllerHandle. Support stopping any child handles
|
||||
created by this driver.
|
||||
|
||||
@param This Protocol instance pointer.
|
||||
@@ -448,7 +448,7 @@ ErrorExit:
|
||||
}
|
||||
|
||||
/**
|
||||
Stop this driver on ControllerHandle. Support stoping any child handles
|
||||
Stop this driver on ControllerHandle. Support stopping any child handles
|
||||
created by this driver.
|
||||
|
||||
@param This Protocol instance pointer.
|
||||
|
Reference in New Issue
Block a user