]> git.proxmox.com Git - mirror_edk2.git/blobdiff - MdePkg/Include/Protocol/HiiFont.h
Reviewed the code comments in the Include/Protocol directory for typos, grammar issue...
[mirror_edk2.git] / MdePkg / Include / Protocol / HiiFont.h
index 259041113e525370afab90158a88caf0d4d74ed0..579eb64c5db711d1e784399abd6be2c6ee46a147 100644 (file)
@@ -90,10 +90,10 @@ typedef struct {
 /**\r
   Describes font output-related information.\r
 \r
-  This structure is used for describing the way in which a string\r
+  This structure is used for describing the way a string\r
   should be rendered in a particular font. FontInfo specifies the\r
-  basic font information and ForegroundColor and BackgroundColor\r
-  specify the color in which they should be displayed. The flags\r
+  basic font information, and ForegroundColor and BackgroundColor\r
+  specify the color in which the characters should be displayed. The flags\r
   in FontInfoMask describe where the system default should be\r
   supplied instead of the specified information. The flags also\r
   describe what options can be used to make a match between the\r
@@ -194,7 +194,7 @@ typedef struct _EFI_FONT_DISPLAY_INFO {
                           string on the row where it is\r
                           displayed. Non-printing characters\r
                           will have the offset ~0. The caller is\r
-                          responsible to allocate a buffer large\r
+                          responsible for allocating a buffer large\r
                           enough so that there is one entry for\r
                           each character in the string, not\r
                           including the null-terminator. It is\r
@@ -231,7 +231,7 @@ EFI_STATUS
 \r
   This function renders a string as a bitmap or to the screen\r
   and can clip or wrap the string. The bitmap is either supplied\r
-  by the caller or else is allocated by the function. The\r
+  by the caller or allocated by the function. The\r
   strings are drawn with the font, size and style specified and\r
   can be drawn transparently or opaquely. The function can also\r
   return information about each row and each character's\r