diff options
author | qhuang8 <qhuang8@6f19259b-4bc3-4df7-8a09-765794883524> | 2009-08-19 13:09:19 +0000 |
---|---|---|
committer | qhuang8 <qhuang8@6f19259b-4bc3-4df7-8a09-765794883524> | 2009-08-19 13:09:19 +0000 |
commit | 16c5446fe3772ef3e5cbcfd4f729405600266dec (patch) | |
tree | 187700e2b0efb42e84a8dabbfdc4363047593a84 /MdePkg/Include/Protocol/UserCredential.h | |
parent | ef0d82093530d20855553aea00b2270413e55075 (diff) | |
download | edk2-platforms-16c5446fe3772ef3e5cbcfd4f729405600266dec.tar.xz |
Minor update to fix some typos.
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@9135 6f19259b-4bc3-4df7-8a09-765794883524
Diffstat (limited to 'MdePkg/Include/Protocol/UserCredential.h')
-rw-r--r-- | MdePkg/Include/Protocol/UserCredential.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/MdePkg/Include/Protocol/UserCredential.h b/MdePkg/Include/Protocol/UserCredential.h index fa1450b933..ef0ac352aa 100644 --- a/MdePkg/Include/Protocol/UserCredential.h +++ b/MdePkg/Include/Protocol/UserCredential.h @@ -41,7 +41,7 @@ typedef UINT16 EFI_USER_INFO_ATTRIBS; #define EFI_USER_INFO_EXCLUSIVE 0x0080
///
-/// User infromation structure
+/// User information structure
///
typedef struct {
///
|