aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJulia Lawall <Julia.Lawall@lip6.fr>2015-10-17 05:35:46 -0400
committerMichal Marek <mmarek@suse.cz>2015-10-26 17:26:23 -0400
commit7c2aa6116b5bdc0cc09ae5917ea0b5ef3cc45cec (patch)
treea3f4bb42177ed66a2bd3b4a6b37c1821eee1f9f9
parent1a617a8475e8509255cc77f88c148095f4cc05ba (diff)
scripts/coccinelle: fix typos
Fix a couple spelling mistakes. Signed-off-by: Julia Lawall <Julia.Lawall@lip6.fr> Signed-off-by: Michal Marek <mmarek@suse.cz>
-rw-r--r--scripts/coccinelle/null/deref_null.cocci4
1 files changed, 2 insertions, 2 deletions
diff --git a/scripts/coccinelle/null/deref_null.cocci b/scripts/coccinelle/null/deref_null.cocci
index cdac6cfcce92..f192d6035d02 100644
--- a/scripts/coccinelle/null/deref_null.cocci
+++ b/scripts/coccinelle/null/deref_null.cocci
@@ -1,6 +1,6 @@
1/// 1///
2/// A variable is dereference under a NULL test. 2/// A variable is dereferenced under a NULL test.
3/// Even though it is know to be NULL. 3/// Even though it is known to be NULL.
4/// 4///
5// Confidence: Moderate 5// Confidence: Moderate
6// Copyright: (C) 2010 Nicolas Palix, DIKU. GPLv2. 6// Copyright: (C) 2010 Nicolas Palix, DIKU. GPLv2.