summaryrefslogtreecommitdiff
path: root/lib/igt.cocci
diff options
context:
space:
mode:
authorRhys Kidd <rhyskidd@gmail.com>2018-01-22 23:43:54 -0500
committerPetri Latvala <petri.latvala@intel.com>2018-01-23 11:15:08 +0200
commit9fc7a04b8fd6cfe4060c62edb1f8e761b4eaea3a (patch)
treeb4f432dd2cb9e5c640af0c171abf45275140f16f /lib/igt.cocci
parent2db1219c13ed80df40fd7e4973beea019b0296d2 (diff)
lib/igt.cocci: Fix typo
Signed-off-by: Rhys Kidd <rhyskidd@gmail.com> Reviewed-by: Petri Latvala <petri.latvala@intel.com>
Diffstat (limited to 'lib/igt.cocci')
-rw-r--r--lib/igt.cocci4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/igt.cocci b/lib/igt.cocci
index 10abd210..6b691862 100644
--- a/lib/igt.cocci
+++ b/lib/igt.cocci
@@ -1,5 +1,5 @@
-// Semantic patch for common patters and their replacement by igt infrastructure
-// and macros. Please run with
+// Semantic patch for common patterns and their replacement by igt
+// infrastructure and macros. Please run with
//
// spatch --sp-file lib/igt.cocci --in-place tests/*.c
//