diff options
| author | Jung-uk Kim <jkim@FreeBSD.org> | 2020-10-08 16:44:28 +0000 |
|---|---|---|
| committer | Jung-uk Kim <jkim@FreeBSD.org> | 2020-10-08 16:44:28 +0000 |
| commit | e09636e66f40fad3b03a8dd4b86b1a371c435631 (patch) | |
| tree | 7b65a7c39bdcce933c0b6ad825b31a72f28fd631 /source/components/parser | |
| parent | b1dc29fa09052190e87f93cf1888edea9c42df24 (diff) | |
Import ACPICA 20200925.vendor/acpica/20200925
Notes
svn path=/vendor-sys/acpica/dist/; revision=366539
svn path=/vendor-sys/acpica/20200925/; revision=366540; tag=vendor/acpica/20200925
Diffstat (limited to 'source/components/parser')
| -rw-r--r-- | source/components/parser/psparse.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/source/components/parser/psparse.c b/source/components/parser/psparse.c index 729c929ee1fd..d935ebc2df76 100644 --- a/source/components/parser/psparse.c +++ b/source/components/parser/psparse.c @@ -662,8 +662,8 @@ AcpiPsParseAml ( } /* - * If the transfer to the new method method call worked - *, a new walk state was created -- get it + * If the transfer to the new method method call worked, + * a new walk state was created -- get it */ WalkState = AcpiDsGetCurrentWalkState (Thread); continue; |
