]> 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
old mode 100755 (executable)
new mode 100644 (file)
index 8532848..7d85481
@@ -218,7 +218,7 @@ CheckIsa (
 VOID\r
 GdbSendTSignal (\r
   IN  EFI_SYSTEM_CONTEXT  SystemContext,\r
-  IN  UINT8                  GdbExceptionType\r
+  IN  UINT8               GdbExceptionType\r
   );\r
 \r
 \r
@@ -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