Merge pull request #98 from AndrejMitrovic/Typos
[Trivial] Fixup some typo's.
This commit is contained in:
commit
be3f304d07
|
@ -260,7 +260,7 @@ public:
|
||||||
* type = the token type
|
* type = the token type
|
||||||
* text = the text of the token, which may be null
|
* text = the text of the token, which may be null
|
||||||
* line = the line number at which this token occurs
|
* line = the line number at which this token occurs
|
||||||
* column = the column nmuber at which this token occurs
|
* column = the column number at which this token occurs
|
||||||
* index = the byte offset from the beginning of the input at which this
|
* index = the byte offset from the beginning of the input at which this
|
||||||
* token occurs
|
* token occurs
|
||||||
*/
|
*/
|
||||||
|
@ -284,7 +284,7 @@ public:
|
||||||
size_t line;
|
size_t line;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* The Column nmuber at which this token occurs.
|
* The Column number at which this token occurs.
|
||||||
*/
|
*/
|
||||||
size_t column;
|
size_t column;
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue