summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRobert Moore <Robert.Moore@intel.com>2018-03-19 12:18:15 -0700
committerGitHub <noreply@github.com>2018-03-19 12:18:15 -0700
commit7a3654535d742c53af1e25f06a0576cbacbef7e5 (patch)
tree54e0c1734dd9064e16e3b2767f6ebef887b1e18f
parentf9a88a4c1cd020b6a5475d63b29626852a0b5f37 (diff)
parent3dd8cf4da2c077bcf0984b4527789e6c48c7adc8 (diff)
downloadacpica-7a3654535d742c53af1e25f06a0576cbacbef7e5.tar.gz
Merge pull request #375 from ColinIanKing/master
Tables: Fix spelling mistake in comment
-rw-r--r--source/components/tables/tbinstal.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/components/tables/tbinstal.c b/source/components/tables/tbinstal.c
index 639448031..581737dd0 100644
--- a/source/components/tables/tbinstal.c
+++ b/source/components/tables/tbinstal.c
@@ -236,7 +236,7 @@ AcpiTbInstallTableWithOverride (
* DESCRIPTION: This function is called to verify and install an ACPI table.
* When this function is called by "Load" or "LoadTable" opcodes,
* or by AcpiLoadTable() API, the "Reload" parameter is set.
- * After sucessfully returning from this function, table is
+ * After successfully returning from this function, table is
* "INSTALLED" but not "VALIDATED".
*
******************************************************************************/