diff options
author | Elyes HAOUAS <ehaouas@noos.fr> | 2019-12-30 14:29:31 +0100 |
---|---|---|
committer | Patrick Georgi <pgeorgi@google.com> | 2019-12-31 15:24:06 +0000 |
commit | 99b075aa94e238fc459378ce9749214ac562621b (patch) | |
tree | f0fcec25255c1d1aeedabf6cab66abb06a61d8b9 /src/northbridge/amd/pi | |
parent | 5bca34193dd44c10e6464acbd18428f86b2e59f6 (diff) |
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>
Diffstat (limited to 'src/northbridge/amd/pi')
-rw-r--r-- | src/northbridge/amd/pi/00660F01/northbridge.c | 2 | ||||
-rw-r--r-- | src/northbridge/amd/pi/00730F01/northbridge.c | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/src/northbridge/amd/pi/00660F01/northbridge.c b/src/northbridge/amd/pi/00660F01/northbridge.c index bef3c3c800..7dc338ef5d 100644 --- a/src/northbridge/amd/pi/00660F01/northbridge.c +++ b/src/northbridge/amd/pi/00660F01/northbridge.c @@ -157,7 +157,7 @@ static void set_vga_enable_reg(u32 nodeid, u32 linkn) /** * @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 0f5305b8f2..8da3f0af91 100644 --- a/src/northbridge/amd/pi/00730F01/northbridge.c +++ b/src/northbridge/amd/pi/00730F01/northbridge.c @@ -159,7 +159,7 @@ static void set_vga_enable_reg(u32 nodeid, u32 linkn) /** * @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 */ |