mirror of https://github.com/acidanthera/audk.git
Fix a typo
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@6923 6f19259b-4bc3-4df7-8a09-765794883524
This commit is contained in:
parent
596cecff81
commit
db5d3dbd76
|
@ -94,7 +94,7 @@ RETURN_STATUS
|
||||||
never be set by this handler.
|
never be set by this handler.
|
||||||
|
|
||||||
@retval RETURN_SUCCESS The buffer specified by InputSection was decoded.
|
@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.
|
@retval RETURN_INVALID_PARAMETER The section specified by InputSection can not be decoded.
|
||||||
|
|
||||||
**/
|
**/
|
||||||
|
|
Loading…
Reference in New Issue