]> git.proxmox.com Git - mirror_edk2.git/blobdiff - EmbeddedPkg/Library/GdbDebugAgent/GdbDebugAgent.h
EmbeddedPkg: Fix typos in comments
[mirror_edk2.git] / EmbeddedPkg / Library / GdbDebugAgent / GdbDebugAgent.h
index dfdc016d9d6a45a73177da6d1df322dc5991f6ac..7d85481c4be9c6736dd01e1ba8e60d388eaebf79 100644 (file)
@@ -519,7 +519,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