Patrick Georgi has submitted this change. ( https://review.coreboot.org/c/coreboot/+/38001 )
Change subject: nb/amd: Fix typo ......................................................................
nb/amd: Fix typo
Change-Id: I7d27981dd7af53f0e8484d267a9a40fd3d269212 Signed-off-by: Elyes HAOUAS ehaouas@noos.fr Reviewed-on: https://review.coreboot.org/c/coreboot/+/38001 Tested-by: build bot (Jenkins) no-reply@coreboot.org Reviewed-by: Frans Hendriks fhendriks@eltan.com Reviewed-by: Kyösti Mälkki kyosti.malkki@gmail.com --- M src/northbridge/amd/agesa/family15tn/northbridge.c M src/northbridge/amd/agesa/family16kb/northbridge.c M src/northbridge/amd/pi/00660F01/northbridge.c M src/northbridge/amd/pi/00730F01/northbridge.c 4 files changed, 4 insertions(+), 4 deletions(-)
Approvals: build bot (Jenkins): Verified Kyösti Mälkki: Looks good to me, approved Frans Hendriks: Looks good to me, approved
diff --git a/src/northbridge/amd/agesa/family15tn/northbridge.c b/src/northbridge/amd/agesa/family15tn/northbridge.c index 1733b28..074b4b9 100644 --- a/src/northbridge/amd/agesa/family15tn/northbridge.c +++ b/src/northbridge/amd/agesa/family15tn/northbridge.c @@ -160,7 +160,7 @@
/** * @return - * @retval 2 resoure does not exist, usable + * @retval 2 resource does not exist, usable * @retval 0 resource exists, not usable * @retval 1 resource exist, resource has been allocated before */ diff --git a/src/northbridge/amd/agesa/family16kb/northbridge.c b/src/northbridge/amd/agesa/family16kb/northbridge.c index 2e84098..794428b 100644 --- a/src/northbridge/amd/agesa/family16kb/northbridge.c +++ b/src/northbridge/amd/agesa/family16kb/northbridge.c @@ -159,7 +159,7 @@
/** * @return - * @retval 2 resoure does not exist, usable + * @retval 2 resource does not exist, usable * @retval 0 resource exists, not usable * @retval 1 resource exist, resource has been allocated before */ diff --git a/src/northbridge/amd/pi/00660F01/northbridge.c b/src/northbridge/amd/pi/00660F01/northbridge.c index bef3c3c..7dc338e 100644 --- a/src/northbridge/amd/pi/00660F01/northbridge.c +++ b/src/northbridge/amd/pi/00660F01/northbridge.c @@ -157,7 +157,7 @@
/** * @return - * @retval 2 resoure does not exist, usable + * @retval 2 resource does not exist, usable * @retval 0 resource exists, not usable * @retval 1 resource exist, resource has been allocated before */ diff --git a/src/northbridge/amd/pi/00730F01/northbridge.c b/src/northbridge/amd/pi/00730F01/northbridge.c index 0f5305b..8da3f0a 100644 --- a/src/northbridge/amd/pi/00730F01/northbridge.c +++ b/src/northbridge/amd/pi/00730F01/northbridge.c @@ -159,7 +159,7 @@
/** * @return - * @retval 2 resoure does not exist, usable + * @retval 2 resource does not exist, usable * @retval 0 resource exists, not usable * @retval 1 resource exist, resource has been allocated before */