summaryrefslogtreecommitdiffstats
path: root/EmbeddedPkg/SimpleTextInOutSerial
diff options
context:
space:
mode:
authorCœur <coeur@gmx.fr>2019-07-03 14:25:30 +0100
committerLeif Lindholm <leif.lindholm@linaro.org>2019-07-04 12:21:04 +0100
commitc6a72cd79465594876626e738466441d8b3d61ca (patch)
tree569aa1367bf80e8ac3444ab0c39a8affa872ae32 /EmbeddedPkg/SimpleTextInOutSerial
parent16f3544ddd99c855d5fcb3e3bdbbed945a0c25d3 (diff)
downloadedk2-c6a72cd79465594876626e738466441d8b3d61ca.tar.gz
edk2-c6a72cd79465594876626e738466441d8b3d61ca.tar.bz2
edk2-c6a72cd79465594876626e738466441d8b3d61ca.zip
EmbeddedPkg: Fix various typos
Fix various typos in EmbeddedPkg. Signed-off-by: Coeur <coeur@gmx.fr> Reviewed-by: Leif Lindholm <leif.lindholm@linaro.org>
Diffstat (limited to 'EmbeddedPkg/SimpleTextInOutSerial')
-rw-r--r--EmbeddedPkg/SimpleTextInOutSerial/SimpleTextInOut.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/EmbeddedPkg/SimpleTextInOutSerial/SimpleTextInOut.c b/EmbeddedPkg/SimpleTextInOutSerial/SimpleTextInOut.c
index d824e15953..fc87115005 100644
--- a/EmbeddedPkg/SimpleTextInOutSerial/SimpleTextInOut.c
+++ b/EmbeddedPkg/SimpleTextInOutSerial/SimpleTextInOut.c
@@ -297,7 +297,7 @@ ReadKeyStroke (
SerialPortRead ((UINT8 *)&Char, 1);
//
- // Check for ESC sequence. This code is not techincally correct VT100 code.
+ // Check for ESC sequence. This code is not technically correct VT100 code.
// An illegal ESC sequence represents an ESC and the characters that follow.
// This code will eat one or two chars after an escape. This is done to
// prevent some complex FIFOing of the data. It is good enough to get