Fix various issues found in comments
commit356da0f98b2c6631b72e69d8638517dd849d28f8
authorElijah Newren <newren@gmail.com>
Tue, 8 Jun 2021 16:11:41 +0000 (8 16:11 +0000)
committerJunio C Hamano <gitster@pobox.com>
Wed, 9 Jun 2021 02:40:04 +0000 (9 11:40 +0900)
tree0ea7e8292019e5386086615aba200df412b9cdfe
parent61bf4490afffb946787edec63b932551b3089d27
Fix various issues found in comments

A random hodge-podge of incorrect or out-of-date comments that I found:

  * t6423 had a comment that has referred to the wrong test for years;
    fix it to refer to the right one.
  * diffcore-rename had a FIXME comment meant to remind myself to
    investigate if I could make another code change.  I later
    investigated and removed the FIXME, but while cherry-picking the
    patch to submit upstream I missed the later update.  Remove the
    comment now.
  * merge-ort had the early part of a comment for a function; I had
    meant to include the more involved description when I updated the
    function.  Update the comment now.

Signed-off-by: Elijah Newren <newren@gmail.com>
Reviewed-by: Derrick Stolee <dstolee@microsoft.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
diffcore-rename.c
merge-ort.c
t/t6423-merge-rename-directories.sh