Merge pull request #174 from zetalog/acpica-1608

Acpica 1608
This commit is contained in:
Robert Moore 2016-09-08 18:33:51 -07:00 committed by GitHub
commit 66359202a8

View File

@ -157,7 +157,7 @@ AcpiUtStrtoulBase16 (
* The integer is initialized to the value zero.
* The ASCII string is interpreted as a hexadecimal constant.
*
* 1) A 0x prefix is not allowed. However, ACPICA allows this for
* 1) A "0x" prefix is not allowed. However, ACPICA allows this for
* compatibility with previous ACPICA. (NO ERROR)
*
* 2) Terminates when the size of an integer is reached (32 or 64 bits).