]> git.proxmox.com Git - mirror_edk2.git/blobdiff - EmbeddedPkg/Include/Library/GdbSerialLib.h
EmbeddedPkg: Fix various typos
[mirror_edk2.git] / EmbeddedPkg / Include / Library / GdbSerialLib.h
index 9f1c80145e4a1714b49d8ede98a01a65cf289c99..b45645ae61168279447109f06123839e6a8c31c6 100644 (file)
@@ -1,5 +1,5 @@
 /** @file\r
-  Basic serial IO abstaction for GDB\r
+  Basic serial IO abstraction for GDB\r
 \r
   Copyright (c) 2008 - 2009, Apple Inc. All rights reserved.<BR>\r
 \r
@@ -13,7 +13,7 @@
 \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 buts, and stop bits on a serial device. This call is optional as the serial\r
   port will be set up with defaults base on PCD values.\r
 \r
   @param  Parity           The type of parity to use on this serial device. A Parity value of\r
                            DefaultParity will use the device's default parity value.\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
   @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
                            stop bits.\r
 \r
   @retval EFI_SUCCESS      The device was configured.\r
-  @retval EFI_DEVICE_ERROR The serial device could not be coonfigured.\r
+  @retval EFI_DEVICE_ERROR The serial device could not be configured.\r
 \r
 **/\r
 RETURN_STATUS\r