From 70d3fe9dad1d7b2944a2653b3895a11863fb674e Mon Sep 17 00:00:00 2001 From: Gary Lin Date: Wed, 19 Oct 2016 15:01:15 +0800 Subject: 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 Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Gary Lin Reviewed-by: Jeff Fan --- .../Bus/Isa/Ps2MouseAbsolutePointerDxe/CommPs2.c | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'IntelFrameworkModulePkg/Bus/Isa/Ps2MouseAbsolutePointerDxe/CommPs2.c') diff --git a/IntelFrameworkModulePkg/Bus/Isa/Ps2MouseAbsolutePointerDxe/CommPs2.c b/IntelFrameworkModulePkg/Bus/Isa/Ps2MouseAbsolutePointerDxe/CommPs2.c index fb4a75348c..5aa17059a3 100644 --- a/IntelFrameworkModulePkg/Bus/Isa/Ps2MouseAbsolutePointerDxe/CommPs2.c +++ b/IntelFrameworkModulePkg/Bus/Isa/Ps2MouseAbsolutePointerDxe/CommPs2.c @@ -540,7 +540,7 @@ PS2MouseRead ( @param IsaIo Pointer to instance of EFI_ISA_IO_PROTOCOL @param Command I/O command. - @retval EFI_SUCCESS Success to excute I/O work flow + @retval EFI_SUCCESS Success to execute I/O work flow @retval EFI_TIMEOUT Keyboard controller time out. **/ EFI_STATUS @@ -579,7 +579,7 @@ Out8042Command ( @param IsaIo Pointer to instance of EFI_ISA_IO_PROTOCOL @param Data Data value - @retval EFI_SUCCESS Success to excute I/O work flow + @retval EFI_SUCCESS Success to execute I/O work flow @retval EFI_TIMEOUT Keyboard controller time out. **/ EFI_STATUS @@ -615,7 +615,7 @@ Out8042Data ( @param IsaIo Pointer to instance of EFI_ISA_IO_PROTOCOL @param Data Data value - @retval EFI_SUCCESS Success to excute I/O work flow + @retval EFI_SUCCESS Success to execute I/O work flow @retval EFI_TIMEOUT Keyboard controller time out. **/ EFI_STATUS @@ -659,7 +659,7 @@ In8042Data ( @param Command Aux I/O command @param Resend Whether need resend the Aux command. - @retval EFI_SUCCESS Success to excute I/O work flow + @retval EFI_SUCCESS Success to execute I/O work flow @retval EFI_TIMEOUT Keyboard controller time out. **/ EFI_STATUS @@ -740,7 +740,7 @@ Out8042AuxCommand ( @param IsaIo Pointer to instance of EFI_ISA_IO_PROTOCOL @param Data Buffer holding return value - @retval EFI_SUCCESS Success to excute I/O work flow. + @retval EFI_SUCCESS Success to execute I/O work flow. @retval EFI_TIMEOUT Keyboard controller time out. **/ EFI_STATUS @@ -786,7 +786,7 @@ Out8042AuxData ( @param IsaIo Pointer to instance of EFI_ISA_IO_PROTOCOL @param Data Buffer holding return value. - @retval EFI_SUCCESS Success to excute I/O work flow + @retval EFI_SUCCESS Success to execute I/O work flow @retval EFI_TIMEOUT Keyboard controller time out. **/ EFI_STATUS -- cgit v1.2.3