forked from boostorg/regex
Fixed typos (mainly in comments)
This commit is contained in:
@ -46,7 +46,7 @@ template <class S, class charT>
|
||||
unsigned count_chars(const S& s, charT c)
|
||||
{
|
||||
//
|
||||
// Count how many occurances of character c occur
|
||||
// Count how many occurrences of character c occur
|
||||
// in string s: if c is a delimeter between collation
|
||||
// fields, then this should be the same value for all
|
||||
// sort keys:
|
||||
|
Reference in New Issue
Block a user