soc/intel/{alderlake,tigerlake}: Fix typo in pmc.h

"corredsponding" --> "corresponding"

Change-Id: I0b0e5d461de29583c269896911167f8a44d84c2a
Signed-off-by: Werner Zeh <werner.zeh@siemens.com>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/55555
Reviewed-by: Furquan Shaikh <furquan@google.com>
Reviewed-by: Angel Pons <th3fanbus@gmail.com>
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
This commit is contained in:
Werner Zeh 2021-06-16 08:13:36 +02:00 committed by Felix Held
parent 4446343adb
commit 2b45ba089b
2 changed files with 2 additions and 2 deletions

View File

@ -120,7 +120,7 @@ enum pch_pmc_xtal {
/**
* pmc_get_xtal_freq() - Return frequency of external oscillator.
*
* Return &enum pch_pmc_xtal corredsponding to frequency returned by PMC.
* Return &enum pch_pmc_xtal corresponding to frequency returned by PMC.
*/
enum pch_pmc_xtal pmc_get_xtal_freq(void);

View File

@ -121,7 +121,7 @@ enum pch_pmc_xtal {
/**
* pmc_get_xtal_freq() - Return frequency of external oscillator.
*
* Return &enum pch_pmc_xtal corredsponding to frequency returned by PMC.
* Return &enum pch_pmc_xtal corresponding to frequency returned by PMC.
*/
enum pch_pmc_xtal pmc_get_xtal_freq(void);