From 24648548886af2563f7a0c2f42da18bb89e40b2d Mon Sep 17 00:00:00 2001 From: Liming Gao Date: Wed, 8 Feb 2017 14:48:02 +0800 Subject: MdeModulePkg: Fix some typos of "according" Cc: Feng Tian Cc: Star Zeng Cc: Siyuan Fu Cc: Jiaxin Wu Cc: Liming Gao Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Rebecca Cran Reviewed-by: Liming Gao Reviewed-by: Star Zeng Reviewed-by: Feng Tian Reviewed-by: He Junjie Reviewed-by: Fu Siyuan Reviewed-by: Wu Jiaxin --- MdeModulePkg/Library/DxeHttpLib/DxeHttpLib.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'MdeModulePkg/Library') diff --git a/MdeModulePkg/Library/DxeHttpLib/DxeHttpLib.c b/MdeModulePkg/Library/DxeHttpLib/DxeHttpLib.c index a4579bf043..8734291ae3 100644 --- a/MdeModulePkg/Library/DxeHttpLib/DxeHttpLib.c +++ b/MdeModulePkg/Library/DxeHttpLib/DxeHttpLib.c @@ -396,7 +396,7 @@ HttpParseUrl ( FoundAt = FALSE; for (Char = Url; Char < Url + Length; Char++) { // - // Update state machine accoring to next char. + // Update state machine according to next char. // State = NetHttpParseUrlChar (*Char, State); -- cgit v1.2.3