Message ID | 5dd56d0c5366eaac1d235ce374358ad0f072c617.1632016135.git.gitgitgadget@gmail.com (mailing list archive) |
---|---|
State | Accepted |
Commit | 3584cff71c62586c050505b80d7d4c9b1b290101 |
Headers | show |
Series | Fix a few comments | expand |
diff --git a/merge-ort.c b/merge-ort.c index 515dc39b7f6..841196cf728 100644 --- a/merge-ort.c +++ b/merge-ort.c @@ -4081,7 +4081,7 @@ static int record_conflicted_index_entries(struct merge_options *opt) state.istate = index; original_cache_nr = index->cache_nr; - /* Put every entry from paths into plist, then sort */ + /* Append every entry from conflicted into index, then sort */ strmap_for_each_entry(&opt->priv->conflicted, &iter, e) { const char *path = e->key; struct conflict_info *ci = e->value;