From b9c1da10baa22acd6474a3e61ada1a16f3ade8fe Mon Sep 17 00:00:00 2001 From: Simon McVittie Date: Thu, 7 Aug 2025 11:54:20 +0100 Subject: [PATCH] hints: Rephrase documentation to improve grammar "This thing allows to do something" is not really grammatically correct. The closest rephrasing would be "allows one to do something" or "allows the user to do something", but I think the passive voice reads more naturally here. Detected by Debian's lintian QA tool. Signed-off-by: Simon McVittie (cherry picked from commit 40b941c82699b77f667cb4236dffb2bdf13f13fb) --- include/SDL3/SDL_hints.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/SDL3/SDL_hints.h b/include/SDL3/SDL_hints.h index a081535716..c6a431629d 100644 --- a/include/SDL3/SDL_hints.h +++ b/include/SDL3/SDL_hints.h @@ -595,7 +595,7 @@ extern "C" { * A variable that limits what CPU features are available. * * By default, SDL marks all features the current CPU supports as available. - * This hint allows to limit these to a subset. + * This hint allows the enabled features to be limited to a subset. * * When the hint is unset, or empty, SDL will enable all detected CPU * features.