Fix typos / spelling in comments

Signed-off-by: Mike Ralphson <mike@abacus.co.uk>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
This commit is contained in:
Mike Ralphson
2009-04-17 19:13:30 +01:00
committed by Junio C Hamano
parent bad542f0b1
commit 3ea3c215c0
20 changed files with 27 additions and 27 deletions

View File

@ -267,7 +267,7 @@ static int find_identical_files(struct file_similarity *src,
int score;
struct diff_filespec *source = p->filespec;
/* False hash collission? */
/* False hash collision? */
if (hashcmp(source->sha1, target->sha1))
continue;
/* Non-regular files? If so, the modes must match! */