From: Andrew Kreimer Date: Thu, 19 Sep 2024 18:34:36 +0000 (+0000) Subject: revision: fix a typo X-Git-Tag: v2.47.0-rc0~10^2~4 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=a0ef3816c11ff158179d4e1567b8ac19ebe8e9c9;p=thirdparty%2Fgit.git revision: fix a typo Fix a typo in comments. Signed-off-by: Andrew Kreimer Signed-off-by: Junio C Hamano --- diff --git a/revision.h b/revision.h index 0e470d1df1..71e984c452 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.