diff options
author | Jung-uk Kim <jkim@FreeBSD.org> | 2018-04-27 21:30:01 +0000 |
---|---|---|
committer | Jung-uk Kim <jkim@FreeBSD.org> | 2018-04-27 21:30:01 +0000 |
commit | 5dc04bcfd5c1bd0942e4a6640bf39d15f464af4f (patch) | |
tree | 78a599bc6dc9341412480da5af5b8f78175d1d65 /source/components/tables/tbinstal.c | |
parent | e44d3d8ceb12ae786d331468fe4acf41a4af5424 (diff) |
Notes
Diffstat (limited to 'source/components/tables/tbinstal.c')
-rw-r--r-- | source/components/tables/tbinstal.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source/components/tables/tbinstal.c b/source/components/tables/tbinstal.c index 639448031083..581737dd0e34 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". * ******************************************************************************/ |