summaryrefslogtreecommitdiff
path: root/MdePkg/Library/UefiLib/Console.c
diff options
context:
space:
mode:
authorjji4 <jji4@6f19259b-4bc3-4df7-8a09-765794883524>2008-11-20 08:55:42 +0000
committerjji4 <jji4@6f19259b-4bc3-4df7-8a09-765794883524>2008-11-20 08:55:42 +0000
commit1d37ab9fb9714451a58023c2515d1c5f9cbf6a31 (patch)
tree9dc560c41f2611ebb78780ed9bdc21b907c73daf /MdePkg/Library/UefiLib/Console.c
parent404c79588efdc16dbb17857dd1909030a2f1e15b (diff)
downloadedk2-platforms-1d37ab9fb9714451a58023c2515d1c5f9cbf6a31.tar.xz
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
Diffstat (limited to 'MdePkg/Library/UefiLib/Console.c')
-rw-r--r--MdePkg/Library/UefiLib/Console.c2
1 files changed, 2 insertions, 0 deletions
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.