summaryrefslogtreecommitdiffstats
path: root/PcAtChipsetPkg/Library
diff options
context:
space:
mode:
authorThomas Huth <thuth@redhat.com>2017-01-18 21:40:15 +0800
committerStar Zeng <star.zeng@intel.com>2017-01-20 08:50:09 +0800
commit619ad10f3af2774880867dd638a8016d3181b516 (patch)
tree17b0332c44109240e4862968af8f0f6016b4627f /PcAtChipsetPkg/Library
parent19ca06bb84cafd661f7da34e9ca3c7ec6add1135 (diff)
downloadedk2-619ad10f3af2774880867dd638a8016d3181b516.tar.gz
edk2-619ad10f3af2774880867dd638a8016d3181b516.tar.bz2
edk2-619ad10f3af2774880867dd638a8016d3181b516.zip
PcAtChipsetPkg: Fix typing errors
Correct the reported by the codespell utility in some files of PcAtChipsetPkg. Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Thomas Huth <thuth@redhat.com> Reviewed-by: Star Zeng <star.zeng@intel.com>
Diffstat (limited to 'PcAtChipsetPkg/Library')
-rw-r--r--PcAtChipsetPkg/Library/SerialIoLib/SerialPortLib.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/PcAtChipsetPkg/Library/SerialIoLib/SerialPortLib.c b/PcAtChipsetPkg/Library/SerialIoLib/SerialPortLib.c
index 1bbb1a2584..dcb43fac62 100644
--- a/PcAtChipsetPkg/Library/SerialIoLib/SerialPortLib.c
+++ b/PcAtChipsetPkg/Library/SerialIoLib/SerialPortLib.c
@@ -60,7 +60,7 @@ UINT8 gBreakSet = 0;
Initialize the serial device hardware.
If no initialization is required, then return RETURN_SUCCESS.
- If the serial device was successfuly initialized, then return RETURN_SUCCESS.
+ If the serial device was successfully initialized, then return RETURN_SUCCESS.
If the serial device could not be initialized, then return RETURN_DEVICE_ERROR.
@retval RETURN_SUCCESS The serial device was initialized.