Fix Some typo.

git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@7041 6f19259b-4bc3-4df7-8a09-765794883524
This commit is contained in:
gikidy
2008-12-16 07:01:01 +00:00
parent 73d1dcbb46
commit 727501bb17
2 changed files with 5 additions and 5 deletions

View File

@@ -554,23 +554,23 @@ typedef INTN RETURN_STATUS;
#define RETURN_ABORTED ENCODE_ERROR (21)
///
/// An ICMP error occurred during the nrtwork operation.
/// An ICMP error occurred during the network operation.
///
#define RETURN_ICMP_ERROR ENCODE_ERROR (22)
///
/// A TFTP error occurred during the nrtwork operation.
/// A TFTP error occurred during the network operation.
///
#define RETURN_TFTP_ERROR ENCODE_ERROR (23)
///
/// A protocol error occurred during the nrtwork operation.
/// A protocol error occurred during the network operation.
///
#define RETURN_PROTOCOL_ERROR ENCODE_ERROR (24)
///
/// A function encountered an internal version that was
/// iuncomptible with a version requested by the caller.
/// incompatible with a version requested by the caller.
///
#define RETURN_INCOMPATIBLE_VERSION ENCODE_ERROR (25)