mirror of
https://github.com/keymanapp/keyman.git
synced 2026-08-11 19:35:32 +00:00
chore(common):fix typos in commments
This commit is contained in:
parent
884c249286
commit
faff079e2e
2 changed files with 2 additions and 2 deletions
|
|
@ -82,7 +82,7 @@ public:
|
|||
* will have n valid xstring units remaining until the the null terminating character.
|
||||
* OR
|
||||
* Returns NULL if there are less than n valid xstring units in the current context.
|
||||
* Background this was historically for performance during rule evaluation, if I there
|
||||
* Background this was historically for performance during rule evaluation, if there
|
||||
* are not enough characters to compare, don't event attempt the comparison.
|
||||
* Note: Unlike BufMax there is no checking for truncation of code points.
|
||||
* e.g. the pointer may point to a code unit that is half of a surrogate pair.
|
||||
|
|
|
|||
|
|
@ -147,7 +147,7 @@ public:
|
|||
* will have n valid xstring units remaining until the the null terminating character.
|
||||
* OR
|
||||
* Returns NULL if there are less than n valid xstring units in the current context.
|
||||
* Background this was historically for performance during rule evaluation, if I there
|
||||
* Background this was historically for performance during rule evaluation, if there
|
||||
* are not enough characters to compare, don't event attempt the comparison.
|
||||
* Note: Unlike BufMax there is no checking for truncation of code points.
|
||||
* e.g. the pointer may point to a code unit that is half of a surrogate pair.
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue