From 1d37ab9fb9714451a58023c2515d1c5f9cbf6a31 Mon Sep 17 00:00:00 2001 From: jji4 Date: Thu, 20 Nov 2008 08:55:42 +0000 Subject: Code and comments have been checked with spec. git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@6650 6f19259b-4bc3-4df7-8a09-765794883524 --- MdePkg/Library/UefiLib/Console.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'MdePkg/Library/UefiLib/Console.c') diff --git a/MdePkg/Library/UefiLib/Console.c b/MdePkg/Library/UefiLib/Console.c index ef4419bbb7..110b19029f 100644 --- a/MdePkg/Library/UefiLib/Console.c +++ b/MdePkg/Library/UefiLib/Console.c @@ -244,6 +244,8 @@ GetGlyphWidth ( } /** + Computes the display length of a Null-terminated Unicode String. + This function computes and returns the display length of the Null-terminated Unicode string specified by String. If String is NULL, then 0 is returned. -- cgit v1.2.3