summaryrefslogtreecommitdiff
path: root/MdePkg/Include/Protocol/AbsolutePointer.h
diff options
context:
space:
mode:
authorlgao4 <lgao4@6f19259b-4bc3-4df7-8a09-765794883524>2012-07-05 04:52:43 +0000
committerlgao4 <lgao4@6f19259b-4bc3-4df7-8a09-765794883524>2012-07-05 04:52:43 +0000
commitb37aa2c645ff7e9c2209fe325f6078813ff462cd (patch)
tree029df38d075050b3205d1f314c2ce8d6a8c96101 /MdePkg/Include/Protocol/AbsolutePointer.h
parented71a22c185ad4b5311812854ee614ad7974ef31 (diff)
downloadedk2-platforms-b37aa2c645ff7e9c2209fe325f6078813ff462cd.tar.xz
Update header file to match UEFI231B mantis 771, 850, 853 and 857.
Signed-off-by: Liming Gao <liming.gao@intel.com> Reviewed-by: Hot Tian <hot.tian@intel.com> git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@13504 6f19259b-4bc3-4df7-8a09-765794883524
Diffstat (limited to 'MdePkg/Include/Protocol/AbsolutePointer.h')
-rw-r--r--MdePkg/Include/Protocol/AbsolutePointer.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/MdePkg/Include/Protocol/AbsolutePointer.h b/MdePkg/Include/Protocol/AbsolutePointer.h
index f863a30268..a4efea221f 100644
--- a/MdePkg/Include/Protocol/AbsolutePointer.h
+++ b/MdePkg/Include/Protocol/AbsolutePointer.h
@@ -2,7 +2,7 @@
The file provides services that allow information about an
absolute pointer device to be retrieved.
- Copyright (c) 2006 - 2008, Intel Corporation. All rights reserved.<BR>
+ Copyright (c) 2006 - 2012, 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
@@ -116,7 +116,7 @@ typedef struct {
UINT64 CurrentX;
///
- /// The unsigned position of the activation on the x axis. If the AboluteMinY
+ /// The unsigned position of the activation on the y axis. If the AboluteMinY
/// and the AboluteMaxY fields of the EFI_ABSOLUTE_POINTER_MODE structure are
/// both 0, then this pointer device does not support an y-axis, and this field
/// must be ignored.
@@ -124,7 +124,7 @@ typedef struct {
UINT64 CurrentY;
///
- /// The unsigned position of the activation on the x axis, or the pressure
+ /// The unsigned position of the activation on the z axis, or the pressure
/// measurement. If the AboluteMinZ and the AboluteMaxZ fields of the
/// EFI_ABSOLUTE_POINTER_MODE structure are both 0, then this pointer device
/// does not support an z-axis, and this field must be ignored.