summaryrefslogtreecommitdiff
path: root/MdePkg
diff options
context:
space:
mode:
authorklu2 <klu2@6f19259b-4bc3-4df7-8a09-765794883524>2008-12-08 12:13:16 +0000
committerklu2 <klu2@6f19259b-4bc3-4df7-8a09-765794883524>2008-12-08 12:13:16 +0000
commitdb5d3dbd76b6fe8bfaf4b85de792e9e18d5175ad (patch)
tree1b857aab63bc9cf58661d4cc7d826e0be453124b /MdePkg
parent596cecff81b6a3af9db5f7f5f029a55788977baa (diff)
downloadedk2-db5d3dbd76b6fe8bfaf4b85de792e9e18d5175ad.zip
edk2-db5d3dbd76b6fe8bfaf4b85de792e9e18d5175ad.tar.gz
edk2-db5d3dbd76b6fe8bfaf4b85de792e9e18d5175ad.tar.bz2
Fix a typo
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@6923 6f19259b-4bc3-4df7-8a09-765794883524
Diffstat (limited to 'MdePkg')
-rw-r--r--MdePkg/Include/Library/ExtractGuidedSectionLib.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/MdePkg/Include/Library/ExtractGuidedSectionLib.h b/MdePkg/Include/Library/ExtractGuidedSectionLib.h
index 01e0ab1..a36b819 100644
--- a/MdePkg/Include/Library/ExtractGuidedSectionLib.h
+++ b/MdePkg/Include/Library/ExtractGuidedSectionLib.h
@@ -94,7 +94,7 @@ RETURN_STATUS
never be set by this handler.
@retval RETURN_SUCCESS The buffer specified by InputSection was decoded.
- @retval RETURN_UNSPPORTED The section specified by InputSection does not match the GUID this handler supports.
+ @retval RETURN_UNSUPPORTED The section specified by InputSection does not match the GUID this handler supports.
@retval RETURN_INVALID_PARAMETER The section specified by InputSection can not be decoded.
**/