]> git.proxmox.com Git - mirror_edk2.git/blobdiff - EmbeddedPkg/GdbStub/GdbStub.c
EmbeddedPkg: Fix typos in comments
[mirror_edk2.git] / EmbeddedPkg / GdbStub / GdbStub.c
index 213038ad08c93f04a8a46472c8d1b8fb453db526..a75e7751af8dca3489bd9844925120f2503eaeff 100644 (file)
@@ -325,7 +325,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
-  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