X-Git-Url: https://git.proxmox.com/?p=mirror_edk2.git;a=blobdiff_plain;f=ArmPkg%2FLibrary%2FSemiHostingSerialPortLib%2FSerialPortLib.c;fp=ArmPkg%2FLibrary%2FSemiHostingSerialPortLib%2FSerialPortLib.c;h=7e5c61fad4bdbdd658f76f005c12ac983c76d427;hp=851b00e8a1086f3131757ffa98b52131fe54058d;hb=ff5fef1428dafc8f73e1f5d63966ef5c9bd8c420;hpb=080981d72dcbb782ad73716c439639324b0aa4dd diff --git a/ArmPkg/Library/SemiHostingSerialPortLib/SerialPortLib.c b/ArmPkg/Library/SemiHostingSerialPortLib/SerialPortLib.c index 851b00e8a1..7e5c61fad4 100644 --- a/ArmPkg/Library/SemiHostingSerialPortLib/SerialPortLib.c +++ b/ArmPkg/Library/SemiHostingSerialPortLib/SerialPortLib.c @@ -103,7 +103,7 @@ SerialPortWrite ( @param NumberOfBytes Number of output bytes which are cached in Buffer. @retval 0 Read data failed. - @retval !0 Aactual number of bytes read from serial device. + @retval !0 Actual number of bytes read from serial device. **/ UINTN @@ -120,10 +120,10 @@ SerialPortRead ( /** - Check to see if any data is avaiable to be read from the debug device. + Check to see if any data is available to be read from the debug device. - @retval TRUE At least one byte of data is avaiable to be read - @retval FALSE No data is avaiable to be read + @retval TRUE At least one byte of data is available to be read + @retval FALSE No data is available to be read **/ BOOLEAN