summaryrefslogtreecommitdiffstats
path: root/Modules/TestBigEndian.cmake
diff options
context:
space:
mode:
Diffstat (limited to 'Modules/TestBigEndian.cmake')
-rw-r--r--Modules/TestBigEndian.cmake6
1 files changed, 3 insertions, 3 deletions
diff --git a/Modules/TestBigEndian.cmake b/Modules/TestBigEndian.cmake
index bf95d53..3a38dfc 100644
--- a/Modules/TestBigEndian.cmake
+++ b/Modules/TestBigEndian.cmake
@@ -1,7 +1,7 @@
-#
+# - Define macro to determine endian type
# Check if the system is big endian or little endian
-#
-# VARIABLE - variable to store the result to
+# TEST_BIG_ENDIAN(VARIABLE)
+# VARIABLE - variable to store the result to
#
MACRO(TEST_BIG_ENDIAN VARIABLE)