diff --git a/internal/getonescriptspan.cc b/internal/getonescriptspan.cc index 7bbb9d7..6bdd487 100644 --- a/internal/getonescriptspan.cc +++ b/internal/getonescriptspan.cc @@ -489,7 +489,7 @@ int ScanToLetterOrSpecial(const char* src, int len) { // src points to non-letter, such as tag-opening '<' // Return length from here to next possible letter -// On eos or another < before >, return 1 +// On another < before >, return 1 // advances // | | // advances ... for