summaryrefslogtreecommitdiffstats
path: root/Modules/Platform/Generic-ADSP-Common.cmake
diff options
context:
space:
mode:
Diffstat (limited to 'Modules/Platform/Generic-ADSP-Common.cmake')
-rw-r--r--Modules/Platform/Generic-ADSP-Common.cmake2
1 files changed, 1 insertions, 1 deletions
diff --git a/Modules/Platform/Generic-ADSP-Common.cmake b/Modules/Platform/Generic-ADSP-Common.cmake
index 10fb34e..14b92e9 100644
--- a/Modules/Platform/Generic-ADSP-Common.cmake
+++ b/Modules/Platform/Generic-ADSP-Common.cmake
@@ -14,7 +14,7 @@ IF(NOT ADSP)
SET(CMAKE_SHARED_LIBRARY_SUFFIX "")
SET(CMAKE_EXECUTABLE_SUFFIX ".dxe")
- # if ADSP_PROCESSOR has not been set, but CMAKE_SYSTEM_PROCESSOR has,
+ # if ADSP_PROCESSOR has not been set, but CMAKE_SYSTEM_PROCESSOR has,
# assume that this is the processor name to use for the compiler
IF(CMAKE_SYSTEM_PROCESSOR AND NOT ADSP_PROCESSOR)
SET(ADSP_PROCESSOR ${CMAKE_SYSTEM_PROCESSOR})