From 895c5cb3ed30ed218e89fc35f3f31258cf2b28f0 Mon Sep 17 00:00:00 2001 From: Gabriel Wang Date: Fri, 22 May 2026 11:24:56 +0800 Subject: [PATCH] fixes typos --- CMakeLists.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index f481e8e4bf..f50778770d 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -942,8 +942,8 @@ if(SDL_ASSEMBLY) }]==] COMPILER_SUPPORTS_ARMSVE2) if(COMPILER_SUPPORTS_ARMSVE2) # IMPORTANT: As not all AArch64 processors support SVE2, we only - # attach the following compilation options SVE dedicated - # source files. + # attach the following compilation option to SVE + # dedicated source files. set(SVE2_MARCH_FLAG "-march=armv8-a+sve2") set(HAVE_ARMSVE2 TRUE) endif()