Skip to content

Commit a966ad1

Browse files
algonellgitster
authored andcommitted
merge-ort: fix typos
Fix typos in comments. Signed-off-by: Andrew Kreimer <[email protected]> Signed-off-by: Junio C Hamano <[email protected]>
1 parent a3621ab commit a966ad1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

merge-ort.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1148,7 +1148,7 @@ static void collect_rename_info(struct merge_options *opt,
11481148
* Update dir_rename_mask (determines ignore-rename-source validity)
11491149
*
11501150
* dir_rename_mask helps us keep track of when directory rename
1151-
* detection may be relevant. Basically, whenver a directory is
1151+
* detection may be relevant. Basically, whenever a directory is
11521152
* removed on one side of history, and a file is added to that
11531153
* directory on the other side of history, directory rename
11541154
* detection is relevant (meaning we have to detect renames for all
@@ -3836,7 +3836,7 @@ static int write_completed_directory(struct merge_options *opt,
38363836
* src/moduleB 2
38373837
*
38383838
* which is used to know that xtract.c & token.txt are from the
3839-
* toplevel dirctory, while umm.c & stuff.h & baz.c are from the
3839+
* toplevel directory, while umm.c & stuff.h & baz.c are from the
38403840
* src/moduleB directory. Again, following the example above,
38413841
* once we need to process src/moduleB, then info->offsets is
38423842
* updated to

0 commit comments

Comments
 (0)