]> git.proxmox.com Git - mirror_edk2.git/blobdiff - MdePkg/Include/Protocol/HiiDatabase.h
Grammatical and disclaimer changes (does not follow internal C coding stds.)
[mirror_edk2.git] / MdePkg / Include / Protocol / HiiDatabase.h
index 000a465e74539056779eb978b250a46304dd0d38..92d362e9abd59abce73e0ec80b480134f7206ee9 100644 (file)
@@ -2,14 +2,14 @@
   The file provides Database manager for HII-related data\r
   structures.\r
   \r
-  Copyright (c) 2006 - 2010, Intel Corporation\r
-  All rights reserved. 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
-  http://opensource.org/licenses/bsd-license.php                                            \r
-\r
-  THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,                     \r
-  WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.             \r
+Copyright (c) 2006 - 2010, Intel Corporation.  All rights reserved<BR>\r
+This program and the accompanying materials are licensed and made available under \r
+the terms and conditions of the BSD License that accompanies this distribution.  \r
+The full text of the license may be found at\r
+http://opensource.org/licenses/bsd-license.php.                                          \r
+    \r
+THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,                     \r
+WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.             \r
 \r
 **/\r
 \r
@@ -24,7 +24,7 @@ typedef struct _EFI_HII_DATABASE_PROTOCOL EFI_HII_DATABASE_PROTOCOL;
 \r
 \r
 ///\r
-/// EFI_HII_DATABASE_NOTIFY_TYPE\r
+/// EFI_HII_DATABASE_NOTIFY_TYPE.\r
 /// \r
 typedef UINTN   EFI_HII_DATABASE_NOTIFY_TYPE;\r
 \r
@@ -98,7 +98,7 @@ EFI_STATUS
                                 resources for the new database\r
                                 contents.\r
 \r
-  @retval EFI_INVALID_PARAMETER PackageList is NULL or Handle is NULL.\r
+  @retval EFI_INVALID_PARAMETER PackageList is NULL, or Handle is NULL.\r
 \r
 **/\r
 typedef\r
@@ -212,7 +212,7 @@ EFI_STATUS
                               the length of the handle buffer\r
                               that is required for the handles found.\r
 \r
-  @param Handle               An array of EFI_HII_HANDLE  instances returned.\r
+  @param Handle               An array of EFI_HII_HANDLE instances returned.\r
 \r
   @retval EFI_SUCCESS           The matching handles are outputed successfully.\r
                                 HandleBufferLength is updated with the actual length.\r
@@ -222,7 +222,7 @@ EFI_STATUS
                                 handles. HandleBufferLength is\r
                                 updated with a value that will\r
                                 enable the data to fit.\r
-  @retval EFI_NOT_FOUND         No matching handle could not be found in database.\r
+  @retval EFI_NOT_FOUND         No matching handle could be found in database.\r
   @retval EFI_INVALID_PARAMETER Handle or HandleBufferLength was NULL.\r
   @retval EFI_INVALID_PARAMETER PackageType is not a EFI_HII_PACKAGE_TYPE_GUID but\r
                                 PackageGuid is not NULL, PackageType is a EFI_HII_\r
@@ -314,7 +314,7 @@ EFI_STATUS
 \r
   @param NotifyType       Describes the types of notification which\r
                           this function will be receiving. See\r
-                          EFI_HII_DATABASE_NOTIFY_TYPE for more a\r
+                          EFI_HII_DATABASE_NOTIFY_TYPE for a\r
                           list of types.\r
 \r
   @param NotifyHandle     Points to the unique handle assigned to\r
@@ -354,7 +354,7 @@ EFI_STATUS
   @param NotificationHandle   The handle of the notification\r
                               function being unregistered.\r
   \r
-  @retval EFI_SUCCESS   Unregister the notification Successsfully\r
+  @retval EFI_SUCCESS   Successsfully unregistered the notification. \r
   \r
   @retval EFI_NOT_FOUND The incoming notification handle does not exist \r
                         in the current hii database.\r
@@ -407,7 +407,7 @@ EFI_STATUS
 /**\r
    \r
   This routine retrieves the requested keyboard layout. The layout\r
-  is a physical description of the keys on a keyboard and the\r
+  is a physical description of the keys on a keyboard, and the\r
   character(s) that are associated with a particular set of key\r
   strokes.\r
 \r