]> git.proxmox.com Git - mirror_edk2.git/blobdiff - PcAtChipsetPkg/Library/SerialIoLib/SerialPortLib.c
PcAtChipsetPkg: Fix spelling errors
[mirror_edk2.git] / PcAtChipsetPkg / Library / SerialIoLib / SerialPortLib.c
index 93affe151ed83a2c3f727df015b1981b7156c1ea..25c4cefc1381bac9907a89e1e440e81179e4f971 100644 (file)
@@ -195,7 +195,7 @@ SerialPortRead (
 /**\r
   Polls a serial device to see if there is any data waiting to be read.\r
 \r
-  Polls aserial device to see if there is any data waiting to be read.\r
+  Polls a serial device to see if there is any data waiting to be read.\r
   If there is data waiting to be read from the serial device, then TRUE is returned.\r
   If there is no data waiting to be read from the serial device, then FALSE is returned.\r
 \r
@@ -339,13 +339,13 @@ SerialPortGetControl (
 }\r
 \r
 /**\r
-  Sets the baud rate, receive FIFO depth, transmit/receice time out, parity,\r
+  Sets the baud rate, receive FIFO depth, transmit/receive time out, parity,\r
   data bits, and stop bits on a serial device.\r
 \r
   @param BaudRate           The requested baud rate. A BaudRate value of 0 will use the\r
                             device's default interface speed.\r
                             On output, the value actually set.\r
-  @param ReveiveFifoDepth   The requested depth of the FIFO on the receive side of the\r
+  @param ReceiveFifoDepth   The requested depth of the FIFO on the receive side of the\r
                             serial interface. A ReceiveFifoDepth value of 0 will use\r
                             the device's default FIFO depth.\r
                             On output, the value actually set.\r
@@ -358,7 +358,7 @@ SerialPortGetControl (
                             DefaultParity will use the device's default parity value.\r
                             On output, the value actually set.\r
   @param DataBits           The number of data bits to use on the serial device. A DataBits\r
-                            vaule of 0 will use the device's default data bit setting.\r
+                            value of 0 will use the device's default data bit setting.\r
                             On output, the value actually set.\r
   @param StopBits           The number of stop bits to use on this serial device. A StopBits\r
                             value of DefaultStopBits will use the device's default number of\r