diff --git a/NetworkPkg/Library/DxeHttpLib/DxeHttpLib.c b/NetworkPkg/Library/DxeHttpLib/DxeHttpLib.c index edb8f580fa..58bcf07368 100644 --- a/NetworkPkg/Library/DxeHttpLib/DxeHttpLib.c +++ b/NetworkPkg/Library/DxeHttpLib/DxeHttpLib.c @@ -1634,7 +1634,7 @@ HttpGetFieldNameAndValue ( } // - // Replace ':' with 0, then FieldName has been retrived from String. + // Replace ':' with 0, then FieldName has been retrieved from String. // *(FieldValueStr - 1) = 0;