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:
qhuang8
2008-12-15 15:52:14 +00:00
parent 59e0bb0cbd
commit 80619162e3

View File

@@ -470,7 +470,7 @@ typedef INTN RETURN_STATUS;
#define RETURN_BUFFER_TOO_SMALL ENCODE_ERROR (5) #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) #define RETURN_NOT_READY ENCODE_ERROR (6)
@@ -491,7 +491,7 @@ typedef INTN RETURN_STATUS;
#define RETURN_OUT_OF_RESOURCES ENCODE_ERROR (9) #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. /// operation to fail.
/// ///
#define RETURN_VOLUME_CORRUPTED ENCODE_ERROR (10) #define RETURN_VOLUME_CORRUPTED ENCODE_ERROR (10)