]> git.proxmox.com Git - mirror_edk2.git/blobdiff - ArmPkg/Library/SemiHostingSerialPortLib/SerialPortLib.c
ArmPkg: Fix various typos
[mirror_edk2.git] / ArmPkg / Library / SemiHostingSerialPortLib / SerialPortLib.c
index 851b00e8a1086f3131757ffa98b52131fe54058d..7e5c61fad4bdbdd658f76f005c12ac983c76d427 100644 (file)
@@ -103,7 +103,7 @@ SerialPortWrite (
   @param  NumberOfBytes    Number of output bytes which are cached in Buffer.\r
 \r
   @retval 0                Read data failed.\r
-  @retval !0               Aactual number of bytes read from serial device.\r
+  @retval !0               Actual number of bytes read from serial device.\r
 \r
 **/\r
 UINTN\r
@@ -120,10 +120,10 @@ SerialPortRead (
 \r
 \r
 /**\r
-  Check to see if any data is avaiable to be read from the debug device.\r
+  Check to see if any data is available to be read from the debug device.\r
 \r
-  @retval TRUE       At least one byte of data is avaiable to be read\r
-  @retval FALSE      No data is avaiable to be read\r
+  @retval TRUE       At least one byte of data is available to be read\r
+  @retval FALSE      No data is available to be read\r
 \r
 **/\r
 BOOLEAN\r