summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorRobert Moore <Robert.Moore@intel.com>2020-02-11 09:45:08 -0800
committerRobert Moore <Robert.Moore@intel.com>2020-02-11 09:45:08 -0800
commit424684b136b7c315f702d4fe8b283dbf8a4bfdd0 (patch)
tree321f7336d46e4048bfa2eef6879dd34af239c946 /tests
parent23714263544d06a18475641f2c1df23b178f4dca (diff)
downloadacpica-424684b136b7c315f702d4fe8b283dbf8a4bfdd0.tar.gz
Fix a typecast warning, and one typo in a comment.
Diffstat (limited to 'tests')
-rw-r--r--tests/aslts/src/runtime/collections/functional/control/while.asl2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/aslts/src/runtime/collections/functional/control/while.asl b/tests/aslts/src/runtime/collections/functional/control/while.asl
index a8e06dc4f..7e512745a 100644
--- a/tests/aslts/src/runtime/collections/functional/control/while.asl
+++ b/tests/aslts/src/runtime/collections/functional/control/while.asl
@@ -37,7 +37,7 @@
* of identical structure. Each While should perform prescribed
* number of Continue and Break operators and also execute the
* child operator While so many times which are necessary to
- * fulfil the tasks of that child.
+ * fulfill the tasks of that child.
*
* The number of levels to be traveled may be
* restricted by tvl0 variable in the range {1,50}.