summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorgikidy <gikidy@6f19259b-4bc3-4df7-8a09-765794883524>2008-12-16 07:01:01 +0000
committergikidy <gikidy@6f19259b-4bc3-4df7-8a09-765794883524>2008-12-16 07:01:01 +0000
commit727501bb17c4182e42438b7715383cc5f15434a0 (patch)
treeb47016b654c9c73a2aa0ab1aa4d1ee925168d84d
parent73d1dcbb46137ad9e5831991204656a9862cb176 (diff)
downloadedk2-727501bb17c4182e42438b7715383cc5f15434a0.zip
edk2-727501bb17c4182e42438b7715383cc5f15434a0.tar.gz
edk2-727501bb17c4182e42438b7715383cc5f15434a0.tar.bz2
Fix Some typo.
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@7041 6f19259b-4bc3-4df7-8a09-765794883524
-rw-r--r--MdePkg/Include/Base.h8
-rw-r--r--MdePkg/Library/UefiLib/UefiLibPrint.c2
2 files changed, 5 insertions, 5 deletions
diff --git a/MdePkg/Include/Base.h b/MdePkg/Include/Base.h
index 0318d45..015ae66 100644
--- a/MdePkg/Include/Base.h
+++ b/MdePkg/Include/Base.h
@@ -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)
diff --git a/MdePkg/Library/UefiLib/UefiLibPrint.c b/MdePkg/Library/UefiLib/UefiLibPrint.c
index 2478380..4a23bf9 100644
--- a/MdePkg/Library/UefiLib/UefiLibPrint.c
+++ b/MdePkg/Library/UefiLib/UefiLibPrint.c
@@ -1,5 +1,5 @@
/** @file
- Mde UEFI library API implemention.
+ Mde UEFI library API implementation.
Print to StdErr or ConOut defined in EFI_SYSTEM_TABLE
Copyright (c) 2007, Intel Corporation<BR>