diff options
author | xli24 <xli24@6f19259b-4bc3-4df7-8a09-765794883524> | 2008-07-27 09:16:04 +0000 |
---|---|---|
committer | xli24 <xli24@6f19259b-4bc3-4df7-8a09-765794883524> | 2008-07-27 09:16:04 +0000 |
commit | 69e0c59656311728ade8d2669f923ad71b062da7 (patch) | |
tree | a0c6611c0405548c44700905eca3ca55a3d34a01 | |
parent | 443109389ddd57137f367f7b310685be9ad2b22b (diff) | |
download | edk2-platforms-69e0c59656311728ade8d2669f923ad71b062da7.tar.xz |
Fix typo in PalCallLib.h.
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@5573 6f19259b-4bc3-4df7-8a09-765794883524
-rw-r--r-- | MdePkg/Include/Library/PalCallLib.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/MdePkg/Include/Library/PalCallLib.h b/MdePkg/Include/Library/PalCallLib.h index c0b06e4b3f..aab6b8de5b 100644 --- a/MdePkg/Include/Library/PalCallLib.h +++ b/MdePkg/Include/Library/PalCallLib.h @@ -1,7 +1,7 @@ /** @file
PAL Call Services
- Copyright (c) 2006 -2007, Intel Corporation All rights
+ Copyright (c) 2006 -2008, Intel Corporation All rights
reserved. 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
@@ -3123,7 +3123,7 @@ typedef struct { processor brand string shall be written.
- @reture R9 Brand information returned. The format of this
+ @return R9 Brand information returned. The format of this
value is dependent on the input values passed.
@@ -3165,7 +3165,7 @@ typedef struct { the R10 return value.
- @reture R9 Unsigned 64-bit integer representing the current
+ @return R9 Unsigned 64-bit integer representing the current
hardware resource sharing policy.
@return R10 Unsigned 64-bit integer that returns the number
|