summaryrefslogtreecommitdiff
path: root/MdePkg
diff options
context:
space:
mode:
authorGao, Liming <liming.gao@intel.com>2014-06-24 02:22:47 +0000
committerlgao4 <lgao4@6f19259b-4bc3-4df7-8a09-765794883524>2014-06-24 02:22:47 +0000
commite837e22a94b3766f40047fde655e08996c601af5 (patch)
tree3899b945395a69f1f8843d3e38ef04aeae9ed792 /MdePkg
parente71cb45263cd3e03887d24de81653f3b4b02d510 (diff)
downloadedk2-platforms-e837e22a94b3766f40047fde655e08996c601af5.tar.xz
Correct comment typo in AsmReadCr0() function.
Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Gao, Liming <liming.gao@intel.com> Reviewed-by: Ni, Ruiyu <ruiyu.ni@intel.com> git-svn-id: https://svn.code.sf.net/p/edk2/code/trunk/edk2@15581 6f19259b-4bc3-4df7-8a09-765794883524
Diffstat (limited to 'MdePkg')
-rw-r--r--MdePkg/Library/BaseLib/Ia32/ReadCr0.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/MdePkg/Library/BaseLib/Ia32/ReadCr0.c b/MdePkg/Library/BaseLib/Ia32/ReadCr0.c
index e9da8beabb..ddd548320a 100644
--- a/MdePkg/Library/BaseLib/Ia32/ReadCr0.c
+++ b/MdePkg/Library/BaseLib/Ia32/ReadCr0.c
@@ -1,7 +1,7 @@
/** @file
AsmReadCr0 function
- Copyright (c) 2006 - 2008, Intel Corporation. All rights reserved.<BR>
+ Copyright (c) 2006 - 2014, Intel Corporation. All rights reserved.<BR>
This program and the accompanying materials
are licensed and made available under the terms and conditions of the BSD License
which accompanies this distribution. The full text of the license may be found at
@@ -18,7 +18,7 @@
/**
Reads the current value of the Control Register 0 (CR0).
- Reads and returns the current value of CR4. This function is only available
+ Reads and returns the current value of CR0. This function is only available
on IA-32 and x64. This returns a 32-bit value on IA-32 and a 64-bit value on
x64.