From 619ad10f3af2774880867dd638a8016d3181b516 Mon Sep 17 00:00:00 2001 From: Thomas Huth Date: Wed, 18 Jan 2017 21:40:15 +0800 Subject: 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 Reviewed-by: Star Zeng --- PcAtChipsetPkg/Library/SerialIoLib/SerialPortLib.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'PcAtChipsetPkg/Library') 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. -- cgit v1.2.3