]> git.proxmox.com Git - mirror_edk2.git/blobdiff - MdePkg/Include/Library/UefiLib.h
Second set of changes based on a review of the code comments in the Include directory...
[mirror_edk2.git] / MdePkg / Include / Library / UefiLib.h
index e2d53be6e89d97922ace05f43b45aa39b52e47e4..56352dbf30bc5e68a0608c0d79bf174cb09d153d 100644 (file)
@@ -113,8 +113,8 @@ typedef struct {
   based on a specified GUID.\r
   \r
   This function searches the list of configuration tables stored in the EFI System Table\r
-  for a table with a GUID that matches TableGuid.  If a match is found, then a pointer to\r
-  the configuration table is returned in Table., and EFI_SUCCESS is returned. If a matching GUID\r
+  for a table with a GUID that matches TableGuid. If a match is found, then a pointer to\r
+  the configuration table is returned in Table, and EFI_SUCCESS is returned. If a matching GUID\r
   is not found, then EFI_NOT_FOUND is returned.\r
   If TableGuid is NULL, then ASSERT().\r
   If Table is NULL, then ASSERT().\r
@@ -948,7 +948,7 @@ EfiInitializeFwVolDevicepathNode (
   This library function abstracts validating a device path node.\r
   Check the MEDIA_FW_VOL_FILEPATH_DEVICE_PATH data structure to see if it's valid.  \r
   If it is valid, then return the GUID file name from the device path node.  Otherwise, \r
-  return NULL.  This device path changed in the DXE CIS version 0.92 in a non back ward \r
+  return NULL.  This device path changed in the DXE CIS version 0.92 in a non backward \r
   compatible way to not conflict with the UEFI 2.0 specification.  This function abstracts \r
   the differences from the caller.\r
   If FvDevicePathNode is NULL, then ASSERT().\r
@@ -1077,12 +1077,10 @@ AsciiErrorPrint (
   Unicode characters displayed, not including partial characters that may be clipped \r
   by the right edge of the display.  If the length of the formatted Unicode string is\r
   greater than PcdUefiLibMaxPrintBufferSize, then at most the first \r
-  PcdUefiLibMaxPrintBufferSize characters are printed.The EFI_HII_FONT_PROTOCOL\r
-  StringToImage() service is used to convert the string to a bitmap using the glyphs \r
-  registered with the HII database. No wrapping is performed, so any portions of the \r
-  string the fall outside the active display region will not be displayed. Please see \r
-  Section 27.2.6 of the UEFI Specification for a description of the supported string\r
-  format including the set of control codes supported by the StringToImage() service.\r
+  PcdUefiLibMaxPrintBufferSize characters are printed.  The EFI_HII_FONT_PROTOCOL\r
+  is used to convert the string to a bitmap using the glyphs registered with the \r
+  HII database.  No wrapping is performed, so any portions of the string the fall\r
+  outside the active display region will not be displayed.\r
 \r
   If a graphics console device is not associated with the ConsoleOutputHandle \r
   defined in the EFI_SYSTEM_TABLE then no string is printed, and 0 is returned.\r
@@ -1129,12 +1127,10 @@ PrintXY (
   ASCII characters displayed, not including partial characters that may be clipped \r
   by the right edge of the display.  If the length of the formatted ASCII string is\r
   greater than PcdUefiLibMaxPrintBufferSize, then at most the first \r
-  PcdUefiLibMaxPrintBufferSize characters are printed.The EFI_HII_FONT_PROTOCOL\r
-  StringToImage() service is used to convert the string to a bitmap using the glyphs \r
-  registered with the HII database. No wrapping is performed, so any portions of the \r
-  string the fall outside the active display region will not be displayed. Please see \r
-  Section 27.2.6 of the UEFI Specification for a description of the supported string\r
-  format including the set of control codes supported by the StringToImage() service.\r
+  PcdUefiLibMaxPrintBufferSize characters are printed.  The EFI_HII_FONT_PROTOCOL\r
+  is used to convert the string to a bitmap using the glyphs registered with the \r
+  HII database.  No wrapping is performed, so any portions of the string the fall\r
+  outside the active display region will not be displayed.\r
 \r
   If a graphics console device is not associated with the ConsoleOutputHandle \r
   defined in the EFI_SYSTEM_TABLE then no string is printed, and 0 is returned.\r
@@ -1210,7 +1206,7 @@ EfiLibInstallDriverBinding (
   Initializes a driver by installing the Driver Binding Protocol together with the\r
   optional Component Name, optional Driver Configure and optional Driver Diagnostic\r
   Protocols onto the driver's DriverBindingHandle. If DriverBindingHandle is NULL,\r
-  then the protocols are  installed onto a newly created handle. DriverBindingHandle\r
+  then the protocols are installed onto a newly created handle. DriverBindingHandle\r
   is typically the same as the driver's ImageHandle, but it can be different if the\r
   driver produces multiple Driver Binding Protocols. \r
   If DriverBinding is NULL, then ASSERT(). \r