diff options
author | Colin Ian King <colin.king@canonical.com> | 2021-08-04 22:31:23 +0100 |
---|---|---|
committer | Colin Ian King <colin.king@canonical.com> | 2021-08-04 22:31:23 +0100 |
commit | 1ca4b7ad61b63daa9a6ad0512f6e0e0d41dc69dc (patch) | |
tree | fc4d8d2179c20195053ac74f9610df0102d9f654 /source/compiler | |
parent | 2195f614e79442beb4d24d7a29a6347493e444e5 (diff) | |
download | acpica-1ca4b7ad61b63daa9a6ad0512f6e0e0d41dc69dc.tar.gz |
preprocess.h: fix spelling mistake in comment
Preprocesor -> Preprocessor
Signed-off-by: Colin Ian King <colin.king@canonical.com>
Diffstat (limited to 'source/compiler')
-rw-r--r-- | source/compiler/preprocess.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source/compiler/preprocess.h b/source/compiler/preprocess.h index 6343a49c1..f4c8c3096 100644 --- a/source/compiler/preprocess.h +++ b/source/compiler/preprocess.h @@ -355,7 +355,7 @@ PrEvaluateExpression ( /* - * prutils - Preprocesor utilities + * prutils - Preprocessor utilities */ char * PrGetNextToken ( |