From: Julia Lawall Date: Sat, 17 Oct 2015 09:35:46 +0000 (+0200) Subject: scripts/coccinelle: fix typos X-Git-Tag: v4.4-rc1~40^2~5 X-Git-Url: https://asedeno.scripts.mit.edu/gitweb/?a=commitdiff_plain;h=7c2aa6116b5bdc0cc09ae5917ea0b5ef3cc45cec;p=linux.git scripts/coccinelle: fix typos Fix a couple spelling mistakes. Signed-off-by: Julia Lawall Signed-off-by: Michal Marek --- 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 @@ /// -/// 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.