]> git.proxmox.com Git - mirror_edk2.git/blobdiff - SecurityPkg/UserIdentification/UserProfileManagerDxe/UserProfileManager.h
SecurityPkg: Fix typos in comments
[mirror_edk2.git] / SecurityPkg / UserIdentification / UserProfileManagerDxe / UserProfileManager.h
index fc0efaa4f51864120580b9c3390c0abe02c8fffe..5ab5457a8f64573b0d0641f8944641d3a9165283 100644 (file)
@@ -1,7 +1,7 @@
 /** @file\r
   The header file for user profile manager driver.\r
     \r
-Copyright (c) 2009 - 2011, Intel Corporation. All rights reserved.<BR>\r
+Copyright (c) 2009 - 2013, Intel Corporation. All rights reserved.<BR>\r
 This program and the accompanying materials \r
 are licensed and made available under the terms and conditions of the BSD License \r
 which accompanies this distribution.  The full text of the license may be found at \r
@@ -21,7 +21,6 @@ WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
 #include <Guid/MdeModuleHii.h>\r
 \r
 #include <Protocol/HiiConfigAccess.h>\r
-#include <Protocol/DevicePathToText.h>\r
 #include <Protocol/UserCredential2.h>\r
 #include <Protocol/UserManager.h>\r
 \r
@@ -255,7 +254,7 @@ AddIdentityPolicyItem (
 /**\r
   Save the identity policy and update UI with it.\r
   \r
-  This funciton will verify the new identity policy, in current implementation, \r
+  This function will verify the new identity policy, in current implementation, \r
   the identity policy can be:  T, P & P & P & ..., P | P | P | ...\r
   Here, "T" means "True", "P" means "Credential Provider", "&" means "and", "|" means "or".\r
   Other identity policies are not supported.  \r