diff options
author | Jung-uk Kim <jkim@FreeBSD.org> | 2014-03-27 23:50:54 +0000 |
---|---|---|
committer | Jung-uk Kim <jkim@FreeBSD.org> | 2014-03-27 23:50:54 +0000 |
commit | 7c6f304a2eb855cf2d71ca0638d4f3c72f436fcd (patch) | |
tree | d3e9e38245f10de28c87606c945c7fdd4bed0d76 /source/compiler/aslstubs.c | |
parent | 526d99544ba42a5a2155021975b3b97da425819e (diff) |
Notes
Diffstat (limited to 'source/compiler/aslstubs.c')
-rw-r--r-- | source/compiler/aslstubs.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source/compiler/aslstubs.c b/source/compiler/aslstubs.c index dd278d8e6fdb..589edb21c1a3 100644 --- a/source/compiler/aslstubs.c +++ b/source/compiler/aslstubs.c @@ -53,7 +53,7 @@ /* - * Stubs to simplify linkage to the ACPI CA core subsystem. + * Stubs to simplify linkage to the ACPICA core subsystem. * Things like Events, Global Lock, etc. are not used * by the compiler, so they are stubbed out here. */ |