]> git.ipfire.org Git - thirdparty/git.git/blobdiff - commit.c
compat/nedmalloc: Fix some sparse warnings
[thirdparty/git.git] / commit.c
index 516a4ff7d21d5ebcfabda7b1b886eb10b05cebfc..888e02ae2f65ab566555465e5d88d02bbe52420f 100644 (file)
--- a/commit.c
+++ b/commit.c
@@ -841,7 +841,7 @@ struct commit_list *get_merge_bases(struct commit *one, struct commit *two,
 }
 
 /*
- * Is "commit" a decendant of one of the elements on the "with_commit" list?
+ * Is "commit" a descendant of one of the elements on the "with_commit" list?
  */
 int is_descendant_of(struct commit *commit, struct commit_list *with_commit)
 {