]> git.saurik.com Git - apple/xnu.git/blobdiff - iokit/IOKit/IODMACommand.h
xnu-2782.1.97.tar.gz
[apple/xnu.git] / iokit / IOKit / IODMACommand.h
index c8bd8b37a333dca36ebbcb8ef45065ea9c4f9218..a680aec74bacc96e4d85c3075e73811dbad2bd85 100644 (file)
@@ -161,8 +161,8 @@ public:
     static bool OutputBig64(IODMACommand *target,
            Segment64 seg, void *segs, UInt32 ind);
 
-/*! @defined kIODMACommandOutputLittle64
-    @abstract Output little-endian Segment64 output segment function.
+/*! @defined kIODMACommandOutputBig64
+    @abstract Output big-endian Segment64 output segment function.
 */
 #define kIODMACommandOutputBig64    (IODMACommand::OutputBig64)
 
@@ -172,8 +172,8 @@ public:
     static bool OutputLittle64(IODMACommand *target,
            Segment64 seg, void *segs, UInt32 ind);
 
-/*! @defined kIODMACommandOutputBig64
-    @abstract Output big-endian Segment64 output segment function.
+/*! @defined kIODMACommandOutputLittle64
+    @abstract Output little-endian Segment64 output segment function.
 */
 #define kIODMACommandOutputLittle64 (IODMACommand::OutputLittle64)