From 9edee716d802eb8e87b3c2ecc4b5ddd5737595f8 Mon Sep 17 00:00:00 2001 From: SDL Wiki Bot Date: Sat, 11 Oct 2025 01:17:25 +0000 Subject: [PATCH] Sync SDL3 wiki -> header [ci skip] --- include/SDL3/SDL_cpuinfo.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/include/SDL3/SDL_cpuinfo.h b/include/SDL3/SDL_cpuinfo.h index 87432ed909..b1e125b558 100644 --- a/include/SDL3/SDL_cpuinfo.h +++ b/include/SDL3/SDL_cpuinfo.h @@ -351,8 +351,8 @@ extern SDL_DECLSPEC size_t SDLCALL SDL_GetSIMDAlignment(void); * times, 4 kilobytes is not unusual, but newer systems are moving to larger * page sizes, and esoteric platforms might have any unexpected size. * - * Note that this function can return 0, which means SDL can't determine - * the page size on this platform. It will _not_ set an error string to be + * Note that this function can return 0, which means SDL can't determine the + * page size on this platform. It will _not_ set an error string to be * retrieved with SDL_GetError() in this case! In this case, defaulting to * 4096 is often a reasonable option. *