summaryrefslogtreecommitdiffstats
path: root/Modules/Platform/ARTOS-GNU-C.cmake
diff options
context:
space:
mode:
authorJosef Angstenberger <code@jtxa.de>2021-05-06 20:37:22 (GMT)
committerJosef Angstenberger <code@jtxa.de>2021-05-07 15:00:15 (GMT)
commitdad5b9d8455e4007d1cab1567ebad0eac26330a1 (patch)
treec455f318cde0347c017cce0ebb8098defb702085 /Modules/Platform/ARTOS-GNU-C.cmake
parentfa7d307eff842b52d40d7b5283a04466955d35cc (diff)
downloadCMake-dad5b9d8455e4007d1cab1567ebad0eac26330a1.zip
CMake-dad5b9d8455e4007d1cab1567ebad0eac26330a1.tar.gz
CMake-dad5b9d8455e4007d1cab1567ebad0eac26330a1.tar.bz2
Modules: Fix typos and spelling in comments
Diffstat (limited to 'Modules/Platform/ARTOS-GNU-C.cmake')
-rw-r--r--Modules/Platform/ARTOS-GNU-C.cmake2
1 files changed, 1 insertions, 1 deletions
diff --git a/Modules/Platform/ARTOS-GNU-C.cmake b/Modules/Platform/ARTOS-GNU-C.cmake
index fe8d782..bce4613 100644
--- a/Modules/Platform/ARTOS-GNU-C.cmake
+++ b/Modules/Platform/ARTOS-GNU-C.cmake
@@ -1,4 +1,4 @@
-# Define ARTOS to select proper behaviour and tell preprocessor to accept C++ style comments.
+# Define ARTOS to select proper behavior and tell preprocessor to accept C++ style comments.
string(APPEND CMAKE_C_FLAGS_INIT " -DARTOS -Xp -+")
# ac doesn't support -g properly and doesn't support the normal gcc optimization options. Just use the defaults set by ac.
string(APPEND CMAKE_C_FLAGS_DEBUG_INIT " ")