diff options
author | Jung-uk Kim <jkim@FreeBSD.org> | 2024-01-30 21:43:45 +0000 |
---|---|---|
committer | Jung-uk Kim <jkim@FreeBSD.org> | 2024-01-30 21:43:45 +0000 |
commit | 8e013e1e3b81740266738226667431cf5c28b17a (patch) | |
tree | 9606f61233a55a4b82a0d4cc5b48e49eb8692bcc /source/compiler/aslsupport.l | |
parent | a799bdd9d50e84cd6a36e8f1d2ac4301b2a6b374 (diff) | |
download | src-8e013e1e3b81740266738226667431cf5c28b17a.tar.gz src-8e013e1e3b81740266738226667431cf5c28b17a.zip |
Diffstat (limited to 'source/compiler/aslsupport.l')
-rw-r--r-- | source/compiler/aslsupport.l | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/source/compiler/aslsupport.l b/source/compiler/aslsupport.l index 0daec602e148..8d589a9490b8 100644 --- a/source/compiler/aslsupport.l +++ b/source/compiler/aslsupport.l @@ -9,7 +9,7 @@ * * 1. Copyright Notice * - * Some or all of this work - Copyright (c) 1999 - 2022, Intel Corp. + * Some or all of this work - Copyright (c) 1999 - 2023, Intel Corp. * All rights reserved. * * 2. License @@ -195,7 +195,7 @@ AslParserCleanup ( * * DESCRIPTION: Handle #line directives emitted by the preprocessor. * - * The #line directive is emitted by the preprocesser, and is used to + * The #line directive is emitted by the preprocessor, and is used to * pass through line numbers from the original source code file to the * preprocessor output file (.i). This allows any compiler-generated * error messages to be displayed with the correct line number. |