Skip to content

Commit c000918

Browse files
ttaylorrgitster
authored andcommitted
pseudo-merge.h: fix a typo
The comment added in 7252d9a (pseudo-merge: implement support for finding existing merges, 2024-05-23) misspells 'bitmap' as 'bitamp'. Correct that so that we no longer have any stray "bitamps" lurking throughout the tree: $ git grep -ci bitamp | wc -l 0 Noticed-by: Jeff King <[email protected]> Signed-off-by: Taylor Blau <[email protected]> Acked-by: Elijah Newren <[email protected]> Signed-off-by: Junio C Hamano <[email protected]>
1 parent 5c21db3 commit c000918

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pseudo-merge.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -208,7 +208,7 @@ int cascade_pseudo_merges(const struct pseudo_merge_map *pm,
208208

209209
/*
210210
* Returns a pseudo-merge which contains the exact set of commits
211-
* listed in the "parents" bitamp, or NULL if none could be found.
211+
* listed in the "parents" bitmap, or NULL if none could be found.
212212
*/
213213
struct pseudo_merge *pseudo_merge_for_parents(const struct pseudo_merge_map *pm,
214214
struct bitmap *parents);

0 commit comments

Comments
 (0)