diff options
| author | Elijah Newren <newren@gmail.com> | 2019-11-05 17:07:23 +0000 |
|---|---|---|
| committer | Junio C Hamano <gitster@pobox.com> | 2019-11-10 16:00:54 +0900 |
| commit | 15beaaa3d1f6b555900446deb5e376b4f806d734 (patch) | |
| tree | 96a960cd2c0c9b1cceeb9c7f5ed46680ba5e67b9 /contrib/coccinelle/commit.cocci | |
| parent | 891529792547c55bf8c94ea8831631702492e839 (diff) | |
| download | git-15beaaa3d1f6b555900446deb5e376b4f806d734.tar.gz | |
Fix spelling errors in code comments
Reported-by: Jens Schleusener <Jens.Schleusener@fossies.org>
Signed-off-by: Elijah Newren <newren@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'contrib/coccinelle/commit.cocci')
| -rw-r--r-- | contrib/coccinelle/commit.cocci | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/coccinelle/commit.cocci b/contrib/coccinelle/commit.cocci index d03453341e..778e4704f6 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. |
