diff options
| author | Jung-uk Kim <jkim@FreeBSD.org> | 2019-02-20 23:04:28 +0000 |
|---|---|---|
| committer | Jung-uk Kim <jkim@FreeBSD.org> | 2019-02-20 23:04:28 +0000 |
| commit | 933b0124ad04366156cb4793d2530ad791d88ead (patch) | |
| tree | 6d20df0ad987596d76c7b0f8e58ef8e8e25b4b69 /source/compiler/aslsupport.l | |
| parent | ca9862327327526f102b9370cc74b2a9e4641b0d (diff) | |
Notes
Diffstat (limited to 'source/compiler/aslsupport.l')
| -rw-r--r-- | source/compiler/aslsupport.l | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source/compiler/aslsupport.l b/source/compiler/aslsupport.l index 76993662a7c2..5cac84dc6df8 100644 --- a/source/compiler/aslsupport.l +++ b/source/compiler/aslsupport.l @@ -610,7 +610,7 @@ loop: /* * Check for nested comment -- can help catch cases where a previous - * comment was accidently left unterminated + * comment was accidentally left unterminated */ if ((c1 == '/') && (c == '*')) { |
