HAOUAS Elyes has uploaded this change for review. ( 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 --- 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(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/01/38001/1
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 */