ACPI: CPPC: fix typo in comment

Spelling mistake (triple letters) in comment.
Detected with the help of Coccinelle.

Signed-off-by: Julia Lawall <Julia.Lawall@inria.fr>
Signed-off-by: Rafael J. Wysocki <rafael.j.wysocki@intel.com>
This commit is contained in:
Julia Lawall 2022-05-21 13:10:13 +02:00 committed by Rafael J. Wysocki
parent 1961b06c91
commit 9e12eb8231

View File

@ -305,7 +305,7 @@ static int send_pcc_cmd(int pcc_ss_id, u16 cmd)
goto end; goto end;
} }
/* wait for completion and check for PCC errro bit */ /* wait for completion and check for PCC error bit */
ret = check_pcc_chan(pcc_ss_id, true); ret = check_pcc_chan(pcc_ss_id, true);
if (pcc_ss_data->pcc_mrtt) if (pcc_ss_data->pcc_mrtt)