From 5797b2eb05ec46d877a2ae6b5e0c517ae54a6fe8 Mon Sep 17 00:00:00 2001 From: Peter Lemenkov Date: Fri, 19 Oct 2018 16:57:27 +0200 Subject: src: Typo fix (cosmetic) Change-Id: I81985bd2836bdeb369587f170504a8a048ee496b Signed-off-by: Peter Lemenkov Reviewed-on: https://review.coreboot.org/29196 Reviewed-by: Stefan Reinauer Tested-by: build bot (Jenkins) --- src/southbridge/amd/sb800/hda.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/southbridge') diff --git a/src/southbridge/amd/sb800/hda.c b/src/southbridge/amd/sb800/hda.c index 78e9862266..feb0eb2a2d 100644 --- a/src/southbridge/amd/sb800/hda.c +++ b/src/southbridge/amd/sb800/hda.c @@ -89,7 +89,7 @@ no_codec: } /** - * Wait 50usec for for the codec to indicate it is ready + * Wait 50usec for the codec to indicate it is ready * no response would imply that the codec is non-operative */ static int wait_for_ready(void *base) @@ -110,7 +110,7 @@ static int wait_for_ready(void *base) } /** - * Wait 50usec for for the codec to indicate that it accepted + * Wait 50usec for the codec to indicate that it accepted * the previous command. No response would imply that the code * is non-operative */ -- cgit v1.2.3