mirror of https://github.com/acidanthera/audk.git
Fix typos.
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@7035 6f19259b-4bc3-4df7-8a09-765794883524
This commit is contained in:
parent
59e0bb0cbd
commit
80619162e3
|
@ -470,7 +470,7 @@ typedef INTN RETURN_STATUS;
|
|||
#define RETURN_BUFFER_TOO_SMALL ENCODE_ERROR (5)
|
||||
|
||||
///
|
||||
/// There is no data oending upon return.
|
||||
/// There is no data pending upon return.
|
||||
///
|
||||
#define RETURN_NOT_READY ENCODE_ERROR (6)
|
||||
|
||||
|
@ -491,7 +491,7 @@ typedef INTN RETURN_STATUS;
|
|||
#define RETURN_OUT_OF_RESOURCES ENCODE_ERROR (9)
|
||||
|
||||
///
|
||||
/// An inconsistancy was detected on the file system causing the
|
||||
/// An inconsistency was detected on the file system causing the
|
||||
/// operation to fail.
|
||||
///
|
||||
#define RETURN_VOLUME_CORRUPTED ENCODE_ERROR (10)
|
||||
|
|
Loading…
Reference in New Issue