diff --git a/scripts/checkpatch.pl b/scripts/checkpatch.pl
index 7000adb5820c36a652ed2fb3ad25ea1bc3544fd1..9f651bcde046c958bff8010fef4502d7d00a66d8 100755
--- a/scripts/checkpatch.pl
+++ b/scripts/checkpatch.pl
@@ -5925,7 +5925,7 @@ sub process {
 			}
 			if (!$has_break && $has_statement) {
 				WARN("MISSING_BREAK",
-				     "Possible switch case/default not preceeded by break or fallthrough comment\n" . $herecurr);
+				     "Possible switch case/default not preceded by break or fallthrough comment\n" . $herecurr);
 			}
 		}