Skip to content

Commit 40b941c

Browse files
smcvslouken
authored andcommitted
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 <[email protected]>
1 parent fe6b216 commit 40b941c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

include/SDL3/SDL_hints.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -595,7 +595,7 @@ extern "C" {
595595
* A variable that limits what CPU features are available.
596596
*
597597
* By default, SDL marks all features the current CPU supports as available.
598-
* This hint allows to limit these to a subset.
598+
* This hint allows the enabled features to be limited to a subset.
599599
*
600600
* When the hint is unset, or empty, SDL will enable all detected CPU
601601
* features.

0 commit comments

Comments
 (0)