Skip to content

Commit

Permalink
scripts/coccinelle: fix typos
Browse files Browse the repository at this point in the history
Fix a couple spelling mistakes.

Signed-off-by: Julia Lawall <Julia.Lawall@lip6.fr>
Signed-off-by: Michal Marek <mmarek@suse.cz>
  • Loading branch information
Julia Lawall authored and Michal Marek committed Oct 26, 2015
1 parent 1a617a8 commit 7c2aa61
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions scripts/coccinelle/null/deref_null.cocci
Original file line number Diff line number Diff line change
@@ -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.
Expand Down

0 comments on commit 7c2aa61

Please sign in to comment.