summaryrefslogtreecommitdiff
path: root/cmake/modules/Check64BitFormat.cmake
diff options
context:
space:
mode:
Diffstat (limited to 'cmake/modules/Check64BitFormat.cmake')
-rw-r--r--cmake/modules/Check64BitFormat.cmake2
1 files changed, 1 insertions, 1 deletions
diff --git a/cmake/modules/Check64BitFormat.cmake b/cmake/modules/Check64BitFormat.cmake
index 4f8c843163..0941591fca 100644
--- a/cmake/modules/Check64BitFormat.cmake
+++ b/cmake/modules/Check64BitFormat.cmake
@@ -14,7 +14,7 @@
# check_64bit_format(I64 FORMAT_64BIT)
#
# if(NOT FORMAT_64BIT)
-# message(FATAL " 64 bit formart missing")
+# message(FATAL " 64 bit format missing")
# endif(NOT FORMAT_64BIT)
#
# set(PRIX64 "${FORMAT_64BIT}X")