Skip to content

Commit 45d141a

Browse files
committed
Merge branch 'en/typofixes'
Typofixes. * en/typofixes: merge-ort: fix completely wrong comment trace2.h: fix trivial comment typo
2 parents 3d875f9 + 3584cff commit 45d141a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

merge-ort.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4096,7 +4096,7 @@ static int record_conflicted_index_entries(struct merge_options *opt)
40964096
state.istate = index;
40974097
original_cache_nr = index->cache_nr;
40984098

4099-
/* Put every entry from paths into plist, then sort */
4099+
/* Append every entry from conflicted into index, then sort */
41004100
strmap_for_each_entry(&opt->priv->conflicted, &iter, e) {
41014101
const char *path = e->key;
41024102
struct conflict_info *ci = e->value;

trace2.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -350,7 +350,7 @@ void trace2_def_repo_fl(const char *file, int line, struct repository *repo);
350350
* being started, such as "read_recursive" or "do_read_index".
351351
*
352352
* The `repo` field, if set, will be used to get the "repo-id", so that
353-
* recursive oerations can be attributed to the correct repository.
353+
* recursive operations can be attributed to the correct repository.
354354
*/
355355
void trace2_region_enter_fl(const char *file, int line, const char *category,
356356
const char *label, const struct repository *repo, ...);

0 commit comments

Comments
 (0)