]> git.proxmox.com Git - mirror_edk2.git/blobdiff - MdePkg/Library/UefiLib/Console.c
Minor grammatical work--mostly adding periods. Items with ONLY period added did...
[mirror_edk2.git] / MdePkg / Library / UefiLib / Console.c
index 8e7ca6dbe598f0469b97ffffa761f6cd03899e35..5a7684ecff585d9e79dc24b291fbc27088e26028 100644 (file)
@@ -248,13 +248,13 @@ GetGlyphWidth (
 /**\r
   Computes the display length of a Null-terminated Unicode String.\r
 \r
-  This function computes and returns the display length of the Null-terminated Unicode\r
-  string specified by String.  If String is NULL then 0 is returned. If any of the widths\r
-  of the Unicode characters in String can not be determined, then 0 is returned. The display\r
-  width of String can be computed by summing the display widths of each Unicode character\r
-  in String.  Unicode characters that are narrow glyphs have a width of 1, and Unicode\r
-  characters that are width glyphs have a width of 2. \r
-  If String is not aligned on a 16-bit boundary, then ASSERT().\r
+  This function computes and returns the display length of the Null-terminated \r
+  Unicode string specified by String.  If String is NULL then 0 is returned. If \r
+  any of the widths of the Unicode characters in String can not be determined, \r
+  then 0 is returned. The display width of String can be computed by summing the \r
+  display widths of each Unicode character in String.  Unicode characters that \r
+  are narrow glyphs have a width of 1, and Unicode characters that are width glyphs \r
+  have a width of 2.  If String is not aligned on a 16-bit boundary, then ASSERT().\r
 \r
   @param  String      A pointer to a Null-terminated Unicode string.\r
 \r