mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
* [PATCH] coccinelle: deref_null: Fix a spelling typo.
@ 2015-10-26 15:25 Muhammad Falak R Wani
  2015-10-26 15:25 ` Julia Lawall
  0 siblings, 1 reply; 2+ messages in thread
From: Muhammad Falak R Wani @ 2015-10-26 15:25 UTC (permalink / raw)
  To: Julia Lawall, Gilles Muller, Nicolas Palix, Michal Marek, cocci,
	linux-kernel
  Cc: Muhammad Falak R Wani

Dereference was modified to dereferenced, as it made more sense.

Signed-off-by: Muhammad Falak R Wani <falakreyaz@gmail.com>
---
 scripts/coccinelle/null/deref_null.cocci | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/scripts/coccinelle/null/deref_null.cocci b/scripts/coccinelle/null/deref_null.cocci
index cdac6cf..79df11e 100644
--- a/scripts/coccinelle/null/deref_null.cocci
+++ b/scripts/coccinelle/null/deref_null.cocci
@@ -1,5 +1,5 @@
 ///
-/// A variable is dereference under a NULL test.
+/// A variable is dereferenced under a NULL test.
 /// Even though it is know to be NULL.
 ///
 // Confidence: Moderate
-- 
1.9.1


^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2015-10-26 15:25 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2015-10-26 15:25 [PATCH] coccinelle: deref_null: Fix a spelling typo Muhammad Falak R Wani
2015-10-26 15:25 ` Julia Lawall

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox

all inboxes | Powered by JetHome®