diff options
Diffstat (limited to 'source/components/namespace/nsinit.c')
-rw-r--r-- | source/components/namespace/nsinit.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source/components/namespace/nsinit.c b/source/components/namespace/nsinit.c index 067dffe1fd3d8..dbe6c7c09f6e8 100644 --- a/source/components/namespace/nsinit.c +++ b/source/components/namespace/nsinit.c @@ -215,7 +215,7 @@ AcpiNsInitializeDevices ( /* * Execute \_SB._INI. - * There appears to be a strict order requirement for \_SB._INI, + * There appears to be a strict order requirement for \_SB._INI, * which should be evaluated before any _REG evaluations. */ Status = AcpiGetHandle (NULL, "\\_SB", &Handle); |