diff options
| author | Jung-uk Kim <jkim@FreeBSD.org> | 2012-07-11 16:51:47 +0000 |
|---|---|---|
| committer | Jung-uk Kim <jkim@FreeBSD.org> | 2012-07-11 16:51:47 +0000 |
| commit | 8724452f676e45bfd39cfb47234f7def5551f067 (patch) | |
| tree | adad4747b5f7a0166c805c0a7a6bdd4c884aa24b /source/components/parser/psxface.c | |
| parent | afea6800ce201481ac6ebace2b4266b3b1b15d6e (diff) | |
Import ACPICA 20120711.vendor/acpica/20120711
Notes
svn path=/vendor-sys/acpica/dist/; revision=238367
svn path=/vendor-sys/acpica/20120711/; revision=238368; tag=vendor/acpica/20120711
Diffstat (limited to 'source/components/parser/psxface.c')
| -rw-r--r-- | source/components/parser/psxface.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/source/components/parser/psxface.c b/source/components/parser/psxface.c index 2a012c2915c9..a9ceb6d26d17 100644 --- a/source/components/parser/psxface.c +++ b/source/components/parser/psxface.c @@ -348,8 +348,8 @@ AcpiPsExecuteMethod ( } /* - * Start method evaluation with an implicit return of zero. This is done - * for Windows compatibility. + * Start method evaluation with an implicit return of zero. + * This is done for Windows compatibility. */ if (AcpiGbl_EnableInterpreterSlack) { |
