[PATCH] treewide: Fix common grammar mistake "the the"

Tyler Hicks code at tyhicks.com
Thu Apr 11 09:29:19 PDT 2024


On 2024-04-11 17:04:40, Thorsten Blum wrote:
> Use `find . -type f -exec sed -i 's/\<the the\>/the/g' {} +` to find all
> occurrences of "the the" and replace them with a single "the".
> 
> Changes only comments and documentation - no code changes.
> 
> Signed-off-by: Thorsten Blum <thorsten.blum at toblux.com>

Reviewed-by: Tyler Hicks <code at tyhicks.com>

Tyler



More information about the linux-arm-kernel mailing list