]> git.proxmox.com Git - mirror_edk2.git/blobdiff - EmbeddedPkg/Library/GdbSerialDebugPortLib/GdbSerialDebugPortLib.c
EmbeddedPkg: Fix various typos
[mirror_edk2.git] / EmbeddedPkg / Library / GdbSerialDebugPortLib / GdbSerialDebugPortLib.c
index 738aa24ae5e7d3b226b37f834b49e62952cf148a..d2bafcf69b607ecc4e31996697a78cf3de728728 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
@@ -50,7 +50,7 @@ GdbSerialLibDebugPortConstructor (
 \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
@@ -59,13 +59,13 @@ GdbSerialLibDebugPortConstructor (
   @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