diff options
author | jcarsey <jcarsey@6f19259b-4bc3-4df7-8a09-765794883524> | 2009-12-01 00:22:46 +0000 |
---|---|---|
committer | jcarsey <jcarsey@6f19259b-4bc3-4df7-8a09-765794883524> | 2009-12-01 00:22:46 +0000 |
commit | ad5ecf12d2b36f77694b70f1107b33585e1f93f1 (patch) | |
tree | 99350ae30c7639178eb0acb8012a23659021ce0c /MdePkg/Include | |
parent | 2aa76eacfd03d891767c96082ab8c34bd56d76e5 (diff) | |
download | edk2-platforms-ad5ecf12d2b36f77694b70f1107b33585e1f93f1.tar.xz |
typo in comment
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@9498 6f19259b-4bc3-4df7-8a09-765794883524
Diffstat (limited to 'MdePkg/Include')
-rw-r--r-- | MdePkg/Include/Library/PrintLib.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/MdePkg/Include/Library/PrintLib.h b/MdePkg/Include/Library/PrintLib.h index c6acd9173b..2b020384ef 100644 --- a/MdePkg/Include/Library/PrintLib.h +++ b/MdePkg/Include/Library/PrintLib.h @@ -63,7 +63,7 @@ WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED. [.precision]:
- *
- - The prevision of the field is specified by a UINTN argument in the
+ - The precision of the field is specified by a UINTN argument in the
argument list.
- number
- The number specified as a decimal value represents the precision of
|