diff mbox series

[16/20] revision: fix a typo

Message ID 1f12c379b8ff1253273f6d0b33a6640ec7125e0d.1726770881.git.gitgitgadget@gmail.com (mailing list archive)
State Accepted
Commit a0ef3816c11ff158179d4e1567b8ac19ebe8e9c9
Headers show
Series Fix typos | expand

Commit Message

Andrew Kreimer Sept. 19, 2024, 6:34 p.m. UTC
From: Andrew Kreimer <algonell@gmail.com>

Fix a typo in comments.

Signed-off-by: Andrew Kreimer <algonell@gmail.com>
---
 revision.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
diff mbox series

Patch

diff --git a/revision.h b/revision.h
index 0e470d1df19..71e984c452b 100644
--- a/revision.h
+++ b/revision.h
@@ -549,7 +549,7 @@  int rewrite_parents(struct rev_info *revs,
  * The log machinery saves the original parent list so that
  * get_saved_parents() can later tell what the real parents of the
  * commits are, when commit->parents has been modified by history
- * simpification.
+ * simplification.
  *
  * get_saved_parents() will transparently return commit->parents if
  * history simplification is off.