]> git.ipfire.org Git - thirdparty/git.git/blobdiff - commit.h
Merge branch 'ms/doc-bundle-format' into maint
[thirdparty/git.git] / commit.h
index f5295ca7f3efe9b7665d1c6728814bfe2901d059..221cdaa34b826bc160048567ffdf4872e1b37c47 100644 (file)
--- a/commit.h
+++ b/commit.h
@@ -132,7 +132,7 @@ const void *repo_get_commit_buffer(struct repository *r,
 #endif
 
 /*
- * Tell the commit subsytem that we are done with a particular commit buffer.
+ * Tell the commit subsystem that we are done with a particular commit buffer.
  * The commit and buffer should be the input and return value, respectively,
  * from an earlier call to get_commit_buffer.  The buffer may or may not be
  * freed by this call; callers should not access the memory afterwards.