diff options
author | Josef Angstenberger <code@jtxa.de> | 2021-05-06 20:37:22 (GMT) |
---|---|---|
committer | Josef Angstenberger <code@jtxa.de> | 2021-05-07 15:00:15 (GMT) |
commit | dad5b9d8455e4007d1cab1567ebad0eac26330a1 (patch) | |
tree | c455f318cde0347c017cce0ebb8098defb702085 /Modules/FindJNI.cmake | |
parent | fa7d307eff842b52d40d7b5283a04466955d35cc (diff) | |
download | CMake-dad5b9d8455e4007d1cab1567ebad0eac26330a1.zip CMake-dad5b9d8455e4007d1cab1567ebad0eac26330a1.tar.gz CMake-dad5b9d8455e4007d1cab1567ebad0eac26330a1.tar.bz2 |
Modules: Fix typos and spelling in comments
Diffstat (limited to 'Modules/FindJNI.cmake')
-rw-r--r-- | Modules/FindJNI.cmake | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Modules/FindJNI.cmake b/Modules/FindJNI.cmake index 5aa2d60..e4f60b3 100644 --- a/Modules/FindJNI.cmake +++ b/Modules/FindJNI.cmake @@ -80,7 +80,7 @@ macro(java_append_library_directories _var) elseif(CMAKE_SYSTEM_PROCESSOR MATCHES "^(powerpc|ppc)") set(_java_libarch "ppc" "ppc64") elseif(CMAKE_SYSTEM_PROCESSOR MATCHES "^sparc") - # Both flavours can run on the same processor + # Both flavors can run on the same processor set(_java_libarch "${CMAKE_SYSTEM_PROCESSOR}" "sparc" "sparcv9") elseif(CMAKE_SYSTEM_PROCESSOR MATCHES "^(parisc|hppa)") set(_java_libarch "parisc" "parisc64") |