summaryrefslogtreecommitdiffstats
path: root/EmbeddedPkg/GdbStub
diff options
context:
space:
mode:
authorGary Lin <glin@suse.com>2016-10-19 15:01:14 +0800
committerLeif Lindholm <leif.lindholm@linaro.org>2016-10-19 16:31:58 +0100
commit4f0624e87a89afce8408a87997482b383e7ba131 (patch)
tree2bf04e5329b4c77a010f63ad8c2a36d8ad107257 /EmbeddedPkg/GdbStub
parentd0d8a17d4a91ab860f7db69b7fc9eeec240265b9 (diff)
downloadedk2-4f0624e87a89afce8408a87997482b383e7ba131.tar.gz
edk2-4f0624e87a89afce8408a87997482b383e7ba131.tar.bz2
edk2-4f0624e87a89afce8408a87997482b383e7ba131.zip
EmbeddedPkg: Fix typos in comments
- reseting -> resetting - stoping -> stopping - Libary -> Library - paramter -> parameter - availible -> available - availble -> available - proccessed -> processed Cc: Leif Lindholm <leif.lindholm@linaro.org> Cc: Ard Biesheuvel <ard.biesheuvel@linaro.org> Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Gary Lin <glin@suse.com> Reviewed-by: Ard Biesheuvel <ard.biesheuvel@linaro.org> Reviewed-by: Leif Lindholm <leif.lindholm@linaro.org>
Diffstat (limited to 'EmbeddedPkg/GdbStub')
-rw-r--r--EmbeddedPkg/GdbStub/GdbStub.c2
-rw-r--r--EmbeddedPkg/GdbStub/GdbStubInternal.h2
2 files changed, 2 insertions, 2 deletions
diff --git a/EmbeddedPkg/GdbStub/GdbStub.c b/EmbeddedPkg/GdbStub/GdbStub.c
index 213038ad08..a75e7751af 100644
--- a/EmbeddedPkg/GdbStub/GdbStub.c
+++ b/EmbeddedPkg/GdbStub/GdbStub.c
@@ -325,7 +325,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
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