Correct typos in comment

This commit is contained in:
Kevin Sawicki
2013-02-28 15:28:43 -08:00
parent cb6ce5aece
commit 9de3a91c9c

View File

@@ -325,7 +325,7 @@ static void parseTagLine (tagFile *file, tagEntry *const entry)
break;
if (*(p - 1) != '\\')
break;
// Make sure preceeding backslas isn't an escaped backslash by
// Make sure preceding backslash isn't an escaped backslash by
// advancing backwards and counting the number of backslashes
int slashCount = 1;
while (*(p - slashCount - 1) == '\\')