]> git.proxmox.com Git - mirror_edk2.git/blobdiff - IntelFrameworkModulePkg/Bus/Isa/Ps2MouseAbsolutePointerDxe/CommPs2.c
IntelFrameworkModulePkg: Fix typos in comments
[mirror_edk2.git] / IntelFrameworkModulePkg / Bus / Isa / Ps2MouseAbsolutePointerDxe / CommPs2.c
index fb4a75348c1482ca9d04059023a781974c662f38..5aa17059a37a2a3664fc666b97cdbc8aac098972 100644 (file)
@@ -540,7 +540,7 @@ PS2MouseRead (
   @param IsaIo   Pointer to instance of EFI_ISA_IO_PROTOCOL\r
   @param Command I/O command.\r
   \r
-  @retval EFI_SUCCESS Success to excute I/O work flow\r
+  @retval EFI_SUCCESS Success to execute I/O work flow\r
   @retval EFI_TIMEOUT Keyboard controller time out.\r
 **/\r
 EFI_STATUS\r
@@ -579,7 +579,7 @@ Out8042Command (
   @param IsaIo   Pointer to instance of EFI_ISA_IO_PROTOCOL\r
   @param Data    Data value\r
   \r
-  @retval EFI_SUCCESS Success to excute I/O work flow\r
+  @retval EFI_SUCCESS Success to execute I/O work flow\r
   @retval EFI_TIMEOUT Keyboard controller time out.\r
 **/\r
 EFI_STATUS\r
@@ -615,7 +615,7 @@ Out8042Data (
   @param IsaIo   Pointer to instance of EFI_ISA_IO_PROTOCOL\r
   @param Data    Data value\r
   \r
-  @retval EFI_SUCCESS Success to excute I/O work flow\r
+  @retval EFI_SUCCESS Success to execute I/O work flow\r
   @retval EFI_TIMEOUT Keyboard controller time out.\r
 **/\r
 EFI_STATUS\r
@@ -659,7 +659,7 @@ In8042Data (
   @param Command Aux I/O command\r
   @param Resend  Whether need resend the Aux command.\r
   \r
-  @retval EFI_SUCCESS Success to excute I/O work flow\r
+  @retval EFI_SUCCESS Success to execute I/O work flow\r
   @retval EFI_TIMEOUT Keyboard controller time out.\r
 **/\r
 EFI_STATUS\r
@@ -740,7 +740,7 @@ Out8042AuxCommand (
   @param IsaIo   Pointer to instance of EFI_ISA_IO_PROTOCOL\r
   @param Data    Buffer holding return value  \r
   \r
-  @retval EFI_SUCCESS Success to excute I/O work flow.\r
+  @retval EFI_SUCCESS Success to execute I/O work flow.\r
   @retval EFI_TIMEOUT Keyboard controller time out.\r
 **/\r
 EFI_STATUS\r
@@ -786,7 +786,7 @@ Out8042AuxData (
   @param IsaIo   Pointer to instance of EFI_ISA_IO_PROTOCOL\r
   @param Data    Buffer holding return value.\r
   \r
-  @retval EFI_SUCCESS Success to excute I/O work flow\r
+  @retval EFI_SUCCESS Success to execute I/O work flow\r
   @retval EFI_TIMEOUT Keyboard controller time out.\r
 **/\r
 EFI_STATUS\r