On Sat, 2019-08-17 at 12:05 +0530, Rishi Gupta wrote: > An extra 'for' word is grammatically incorrect in the comment > 'verifying ops for multi-parent clks'. This commit removes > this extra for word. A few other repeated word typos in comments are common in the kernel and most could be changed. $ git grep -P '^\s*/?\*.*\bthe the\b' | wc -l 285 $ git grep -P '^\s*/?\*.*\bto to\b' | wc -l 62 $ git grep -P '^\s*/?\*.*\bfor for\b' | wc -l 31 $ git grep -P '^\s*/?\*.*\bfrom from\b' | wc -l 22 $ git grep -P '^\s*/?\*.*\bare are\b' | wc -l 16