]> git.proxmox.com Git - mirror_edk2.git/blobdiff - EmbeddedPkg/Library/GdbDebugAgent/GdbDebugAgent.c
EmbeddedPkg: Fix typos in comments
[mirror_edk2.git] / EmbeddedPkg / Library / GdbDebugAgent / GdbDebugAgent.c
index 2e67de6f996b77b6c68e81b8c2647a3928ad8a8f..80aa4765c0ef768c48d28c96e4415c863caee088 100644 (file)
@@ -93,7 +93,7 @@ gXferObjectReadResponse (
   1) Length will generally be max remote packet size (big enough)\r
   2) First Offset of an XML document read needs to be 0\r
   3) This code will return back small chunks of the XML document on every read.\r
   1) Length will generally be max remote packet size (big enough)\r
   2) First Offset of an XML document read needs to be 0\r
   3) This code will return back small chunks of the XML document on every read.\r
-     Each subseqent call will ask for the next availble part of the document.\r
+     Each subseqent call will ask for the next available part of the document.\r
 \r
   Note: The only variable size element in the XML is:\r
   "  <library name=\"%s\"><segment address=\"%p\"/></library>\n" and it is\r
 \r
   Note: The only variable size element in the XML is:\r
   "  <library name=\"%s\"><segment address=\"%p\"/></library>\n" and it is\r
@@ -257,7 +257,7 @@ SendPacket (
   $PacketData#checksum PacketData is passed in and this function adds the packet prefix '$',\r
   the packet teminating character '#' and the two digit checksum.\r
 \r
   $PacketData#checksum PacketData is passed in and this function adds the packet prefix '$',\r
   the packet teminating character '#' and the two digit checksum.\r
 \r
-  If host re-starts sending a packet without ending the previous packet, only the last valid packet is proccessed.\r
+  If host re-starts sending a packet without ending the previous packet, only the last valid packet is processed.\r
   (In other words, if received packet is '$12345$12345$123456#checksum', only '$123456#checksum' will be processed.)\r
 \r
   If an ack '+' is not sent resend the packet\r
   (In other words, if received packet is '$12345$12345$123456#checksum', only '$123456#checksum' will be processed.)\r
 \r
   If an ack '+' is not sent resend the packet\r