From 99b075aa94e238fc459378ce9749214ac562621b Mon Sep 17 00:00:00 2001 From: Elyes HAOUAS Date: Mon, 30 Dec 2019 14:29:31 +0100 Subject: nb/amd: Fix typo MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Change-Id: I7d27981dd7af53f0e8484d267a9a40fd3d269212 Signed-off-by: Elyes HAOUAS Reviewed-on: https://review.coreboot.org/c/coreboot/+/38001 Tested-by: build bot (Jenkins) Reviewed-by: Frans Hendriks Reviewed-by: Kyösti Mälkki --- src/northbridge/amd/pi/00660F01/northbridge.c | 2 +- src/northbridge/amd/pi/00730F01/northbridge.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'src/northbridge/amd/pi') 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 */ -- cgit v1.2.3