lkml.org 
[lkml]   [2015]   [Oct]   [26]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
Patch in this message
/
From
Subject[PATCH] coccinelle: deref_null: Fix a spelling typo.
Date
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


\
 
 \ /
  Last update: 2015-10-26 16:41    [W:0.019 / U:0.952 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site