mirror of
https://github.com/atom/atom.git
synced 2026-04-28 03:01:47 -04:00
Correct typos in comment
This commit is contained in:
@@ -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) == '\\')
|
||||
|
||||
Reference in New Issue
Block a user