Fixed typos in comments. There are no functional changes intended.

This commit is contained in:
orbitcowboy
2018-07-17 11:52:57 +02:00
parent c483646db0
commit 22b21ec9bc
3 changed files with 3 additions and 3 deletions

View File

@@ -1833,7 +1833,7 @@ public:
/// A (trivial) utility function that prints the ErrorStr() to stdout.
void PrintError() const;
/// Return the line where the error occured, or zero if unknown.
/// Return the line where the error occurred, or zero if unknown.
int ErrorLineNum() const
{
return _errorLineNum;