diff options
| author | Andrew Kreimer <algonell@gmail.com> | 2024-09-19 18:34:36 +0000 |
|---|---|---|
| committer | Junio C Hamano <gitster@pobox.com> | 2024-09-19 13:46:12 -0700 |
| commit | a0ef3816c11ff158179d4e1567b8ac19ebe8e9c9 (patch) | |
| tree | 8f0ec11e554ed32a21c1b79825cc5c25e82eb78e /revision.h | |
| parent | 619cbc01a34f037fa8ddb20d67f81f5f3cb01f9e (diff) | |
| download | git-a0ef3816c11ff158179d4e1567b8ac19ebe8e9c9.tar.gz | |
revision: fix a typo
Fix a typo in comments.
Signed-off-by: Andrew Kreimer <algonell@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'revision.h')
| -rw-r--r-- | revision.h | 2 |
1 files changed, 1 insertions, 1 deletions
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. |
