]> git.proxmox.com Git - mirror_edk2.git/blobdiff - MdePkg/Include/Protocol/HiiDatabase.h
Reviewed the code comments in the Include/Protocol directory for typos, grammar issue...
[mirror_edk2.git] / MdePkg / Include / Protocol / HiiDatabase.h
index 7ccc9250c58ff287779030a387c90e82afa41174..4fb26134bc8bd8267d5d437fa4760507ca7e4287 100644 (file)
@@ -147,8 +147,7 @@ EFI_STATUS
   EFI_HII_PACKAGE_TYPE_GUID, the Guid field, as defined in\r
   EFI_HII_PACKAGE_GUID_HEADER. Iterate through the packages within\r
   the existing package list in the HII database specified by\r
-  Handle. If a package??s type matches one of the types collected\r
-  in step 1, then perform the following steps:\r
+  Handle. If a package's type matches one of the collected types, then perform the following steps:\r
   - Call any functions registered with the notification type\r
   REMOVE_PACK.\r
   - Remove the package from the package list and the HII\r
@@ -355,7 +354,7 @@ EFI_STATUS
   @retval EFI_SUCCESS   Unregister the notification Successsfully\r
   \r
   @retval EFI_NOT_FOUND The incoming notification handle does not exist \r
-                        in current hii database.\r
+                        in the current hii database.\r
   \r
 **/\r
 typedef\r
@@ -491,10 +490,9 @@ EFI_STATUS
   OUT       EFI_HANDLE                *DriverHandle\r
 );\r
 \r
-/**\r
-  @par Protocol Description:\r
-  Database manager for HII-related data structures.\r
-**/\r
+///\r
+/// Database manager for HII-related data structures.\r
+///\r
 struct _EFI_HII_DATABASE_PROTOCOL {\r
   EFI_HII_DATABASE_NEW_PACK           NewPackageList;\r
   EFI_HII_DATABASE_REMOVE_PACK        RemovePackageList;\r