diff options
Diffstat (limited to 'EmbeddedPkg/GdbStub/GdbStubInternal.h')
-rw-r--r-- | EmbeddedPkg/GdbStub/GdbStubInternal.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/EmbeddedPkg/GdbStub/GdbStubInternal.h b/EmbeddedPkg/GdbStub/GdbStubInternal.h index 521c3442e0..aec39f1ff5 100644 --- a/EmbeddedPkg/GdbStub/GdbStubInternal.h +++ b/EmbeddedPkg/GdbStub/GdbStubInternal.h @@ -573,7 +573,7 @@ SendPacket ( $PacketData#checksum PacketData is passed in and this function adds the packet prefix '$',
the packet teminating character '#' and the two digit checksum.
- If host re-starts sending a packet without ending the previous packet, only the last valid packet is proccessed.
+ If host re-starts sending a packet without ending the previous packet, only the last valid packet is processed.
(In other words, if received packet is '$12345$12345$123456#checksum', only '$123456#checksum' will be processed.)
If an ack '+' is not sent resend the packet
|