]> git.proxmox.com Git - mirror_edk2.git/blobdiff - MdePkg/Include/Protocol/AbsolutePointer.h
Reviewed the code comments in the Include/Protocol directory for typos, grammar issue...
[mirror_edk2.git] / MdePkg / Include / Protocol / AbsolutePointer.h
index 29947edb9af3a7bbfde0441f841697be1d435e57..5e18bf878ae51d569893b7c3bb935b721c2bb4d7 100644 (file)
@@ -1,5 +1,5 @@
 /** @file\r
-  The file provides services that allow information about a\r
+  The file provides services that allow information about an\r
   absolute pointer device to be retrieved.\r
   \r
   Copyright (c) 2006 - 2008, Intel Corporation\r
@@ -108,7 +108,7 @@ EFI_STATUS
 **/\r
 typedef struct {\r
   ///\r
-  /// The unsigned position of the activation on the x axis If the AboluteMinX \r
+  /// The unsigned position of the activation on the x axis. If the AboluteMinX \r
   /// and the AboluteMaxX fields of the EFI_ABSOLUTE_POINTER_MODE structure are \r
   /// both 0, then this pointer device does not support an x-axis, and this field\r
   /// must be ignored.\r
@@ -116,7 +116,7 @@ typedef struct {
   UINT64 CurrentX;\r
   \r
   ///\r
-  /// The unsigned position of the activation on the x axis If the AboluteMinY \r
+  /// The unsigned position of the activation on the x axis. If the AboluteMinY \r
   /// and the AboluteMaxY fields of the EFI_ABSOLUTE_POINTER_MODE structure are \r
   /// both 0, then this pointer device does not support an y-axis, and this field\r
   /// must be ignored.  \r
@@ -180,10 +180,9 @@ EFI_STATUS
 /// The EFI_ABSOLUTE_POINTER_PROTOCOL provides a set of services\r
 /// for a pointer device that can be used as an input device from an\r
 /// application written to this specification. The services include\r
-/// the ability to reset the pointer device, retrieve the state of\r
+/// the ability to: reset the pointer device, retrieve the state of\r
 /// the pointer device, and retrieve the capabilities of the pointer\r
-/// device. In addition certain data items describing the device are\r
-/// provided.\r
+/// device. The service also provides certain data items describing the device.\r
 ///\r
 struct _EFI_ABSOLUTE_POINTER_PROTOCOL {\r
   EFI_ABSOLUTE_POINTER_RESET      Reset;\r