summaryrefslogtreecommitdiff
path: root/contrib/coccinelle/commit.cocci
diff options
context:
space:
mode:
Diffstat (limited to 'contrib/coccinelle/commit.cocci')
-rw-r--r--contrib/coccinelle/commit.cocci2
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/coccinelle/commit.cocci b/contrib/coccinelle/commit.cocci
index d034533..778e470 100644
--- a/contrib/coccinelle/commit.cocci
+++ b/contrib/coccinelle/commit.cocci
@@ -20,7 +20,7 @@ expression s;
+ set_commit_tree(c, s)
...>}
-// These excluded functions must access c->maybe_tree direcly.
+// These excluded functions must access c->maybe_tree directly.
// Note that if c->maybe_tree is written somewhere outside of these
// functions, then the recommended transformation will be bogus with
// repo_get_commit_tree() on the LHS.