Skip to content

Commit 97b747c

Browse files
committed
Merge branch 'tb/bitamp-typofix'
Typofix. * tb/bitamp-typofix: pseudo-merge.h: fix a typo
2 parents 3bc7f86 + c000918 commit 97b747c

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
@@ -210,7 +210,7 @@ int cascade_pseudo_merges(const struct pseudo_merge_map *pm,
210210

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

0 commit comments

Comments
 (0)