diff options
author | Jung-uk Kim <jkim@FreeBSD.org> | 2020-04-30 23:40:36 +0000 |
---|---|---|
committer | Jung-uk Kim <jkim@FreeBSD.org> | 2020-04-30 23:40:36 +0000 |
commit | a95d9dd0e22ace9a8f960e939af923c79e7a271e (patch) | |
tree | 99b9b07bd34bc3ebedbbeeaff97882b0e0778346 /source/compiler/aslcompiler.l | |
parent | a117a0a6c82c5a5030040bd2b75704a1366741d6 (diff) |
Notes
Diffstat (limited to 'source/compiler/aslcompiler.l')
-rw-r--r-- | source/compiler/aslcompiler.l | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source/compiler/aslcompiler.l b/source/compiler/aslcompiler.l index 4c3fbde3ae93..c12eb90bbb64 100644 --- a/source/compiler/aslcompiler.l +++ b/source/compiler/aslcompiler.l @@ -819,7 +819,7 @@ NamePathTail [.]{NameSeg} } /* - * The eror code is contained inside the + * The error code is contained inside the * {ErrorCode} pattern. Extract it and log it * as the expected error code. */ |