aboutsummaryrefslogtreecommitdiffstats
path: root/config.h.cmake
diff options
context:
space:
mode:
authorTsuda Kageyu <tsuda.kageyu@gmail.com>2013-05-03 21:02:27 +0900
committerTsuda Kageyu <tsuda.kageyu@gmail.com>2013-05-03 21:05:55 +0900
commit5d8f781467ca79e98e844e0c164b56cc725b30c6 (patch)
tree86a2b3617ab981916b9b573a3877eb6f77ad1079 /config.h.cmake
parent03adafbfd9e9c157fc71a024abd1f3f2fa667f1c (diff)
Fixed mismatched macro names
Diffstat (limited to 'config.h.cmake')
-rw-r--r--config.h.cmake4
1 files changed, 2 insertions, 2 deletions
diff --git a/config.h.cmake b/config.h.cmake
index 0a5c7015..436ca440 100644
--- a/config.h.cmake
+++ b/config.h.cmake
@@ -1,7 +1,7 @@
/* config.h. Generated by cmake from config.h.cmake */
-/* Indicates the endianness of your target system */
-/* 1 if little-endian, 2 if big-endiann. */
+/* Indicates the byte order of your target system */
+/* 1 if little-endian, 2 if big-endian. */
#cmakedefine SYSTEM_BYTEORDER ${SYSTEM_BYTEORDER}
/* Defined if your compiler supports some byte swap functions */