public inbox for devel@edk2.groups.io
 help / color / mirror / Atom feed
* [PATCH] MdePkg: Changes in comments
@ 2019-09-18  7:33 gris87
  0 siblings, 0 replies; only message in thread
From: gris87 @ 2019-09-18  7:33 UTC (permalink / raw)
  To: devel; +Cc: Gris87

Simple changes for comments...

Signed-off-by: Gris87 <Gris87@yandex.ru>
---
 MdePkg/Include/Protocol/AbsolutePointer.h | 12 ++++++------
 MdePkg/Include/Protocol/SimplePointer.h   |  4 ++--
 2 files changed, 8 insertions(+), 8 deletions(-)

diff --git a/MdePkg/Include/Protocol/AbsolutePointer.h b/MdePkg/Include/Protocol/AbsolutePointer.h
index 77d34ae5bd..90c9664dbd 100644
--- a/MdePkg/Include/Protocol/AbsolutePointer.h
+++ b/MdePkg/Include/Protocol/AbsolutePointer.h
@@ -33,14 +33,14 @@ typedef struct _EFI_ABSOLUTE_POINTER_PROTOCOL EFI_ABSOLUTE_POINTER_PROTOCOL;
 **/
 typedef struct {
   UINT64 AbsoluteMinX; ///< The Absolute Minimum of the device on the x-axis
-  UINT64 AbsoluteMinY; ///< The Absolute Minimum of the device on the y axis.
+  UINT64 AbsoluteMinY; ///< The Absolute Minimum of the device on the y-axis
   UINT64 AbsoluteMinZ; ///< The Absolute Minimum of the device on the z-axis
   UINT64 AbsoluteMaxX; ///< The Absolute Maximum of the device on the x-axis. If 0, and the
-                       ///< AbsoluteMinX is 0, then the pointer device does not support a xaxis
-  UINT64 AbsoluteMaxY; ///< The Absolute Maximum of the device on the y -axis. If 0, and the
-                       ///< AbsoluteMinX is 0, then the pointer device does not support a yaxis.
-  UINT64 AbsoluteMaxZ; ///< The Absolute Maximum of the device on the z-axis. If 0 , and the
-                       ///< AbsoluteMinX is 0, then the pointer device does not support a zaxis
+                       ///< AbsoluteMinX is 0, then the pointer device does not support a x-axis
+  UINT64 AbsoluteMaxY; ///< The Absolute Maximum of the device on the y-axis. If 0, and the
+                       ///< AbsoluteMinY is 0, then the pointer device does not support a y-axis
+  UINT64 AbsoluteMaxZ; ///< The Absolute Maximum of the device on the z-axis. If 0, and the
+                       ///< AbsoluteMinZ is 0, then the pointer device does not support a z-axis
   UINT32 Attributes;   ///< The following bits are set as needed (or'd together) to indicate the
                        ///< capabilities of the device supported. The remaining bits are undefined
                        ///< and should be 0
diff --git a/MdePkg/Include/Protocol/SimplePointer.h b/MdePkg/Include/Protocol/SimplePointer.h
index 2f5a940ff9..a63028cb80 100644
--- a/MdePkg/Include/Protocol/SimplePointer.h
+++ b/MdePkg/Include/Protocol/SimplePointer.h
@@ -54,12 +54,12 @@ typedef struct {
   UINT64  ResolutionX;
   ///
   /// The resolution of the pointer device on the y-axis in counts/mm.
-  /// If 0, then the pointer device does not support an x-axis.
+  /// If 0, then the pointer device does not support an y-axis.
   ///
   UINT64  ResolutionY;
   ///
   /// The resolution of the pointer device on the z-axis in counts/mm.
-  /// If 0, then the pointer device does not support an x-axis.
+  /// If 0, then the pointer device does not support an z-axis.
   ///
   UINT64  ResolutionZ;
   ///
-- 
2.19.1


^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2019-09-18  7:33 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2019-09-18  7:33 [PATCH] MdePkg: Changes in comments gris87

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox