scripts/coccinelle: fix typos
authorJulia Lawall <Julia.Lawall@lip6.fr>
Sat, 17 Oct 2015 09:35:46 +0000 (11:35 +0200)
committerMichal Marek <mmarek@suse.cz>
Mon, 26 Oct 2015 21:26:23 +0000 (22:26 +0100)
Fix a couple spelling mistakes.

Signed-off-by: Julia Lawall <Julia.Lawall@lip6.fr>
Signed-off-by: Michal Marek <mmarek@suse.cz>
scripts/coccinelle/null/deref_null.cocci

index cdac6cfcce92cc8ab25304806fbff81991b51dad..f192d6035d023b0be83e88c4acb691546722a015 100644 (file)
@@ -1,6 +1,6 @@
 ///
-/// A variable is dereference under a NULL test.
-/// Even though it is know to be NULL.
+/// A variable is dereferenced under a NULL test.
+/// Even though it is known to be NULL.
 ///
 // Confidence: Moderate
 // Copyright: (C) 2010 Nicolas Palix, DIKU.  GPLv2.