summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRobert Moore <Robert.Moore@intel.com>2016-09-13 07:50:59 -0700
committerRobert Moore <Robert.Moore@intel.com>2016-09-13 07:50:59 -0700
commit461367073bf253d98ad7f5caaa8c3106432cc2f1 (patch)
treeedfd9e332c299a1556e917333d3c4d52f79e4df2
parent0cf0a743f8533fdadc64ad09823148a3c1b90cb4 (diff)
parent66359202a8797ea845e529b1678eb40571740e5e (diff)
downloadacpica-461367073bf253d98ad7f5caaa8c3106432cc2f1.tar.gz
Merge branch 'master' of ssh://ssh.github.com/acpica/acpica
-rw-r--r--source/components/utilities/utstrtoul64.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/components/utilities/utstrtoul64.c b/source/components/utilities/utstrtoul64.c
index 01a331fcd..ff84ed45d 100644
--- a/source/components/utilities/utstrtoul64.c
+++ b/source/components/utilities/utstrtoul64.c
@@ -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).