summaryrefslogtreecommitdiff
path: root/src/lib
diff options
context:
space:
mode:
authorAnna Karas <aka@semihalf.com>2020-08-04 13:35:29 +0200
committerPatrick Georgi <pgeorgi@google.com>2020-08-26 07:31:33 +0000
commitb44b68bd1cfd92256df53ac525ade72e4df7b8fd (patch)
treeb7af7c63d999384f5a2d51a93d567bf3b1403f57 /src/lib
parent149b2dcb465ad70b5392d70ed2fccfd149df0fce (diff)
downloadcoreboot-b44b68bd1cfd92256df53ac525ade72e4df7b8fd.tar.xz
src/lib: Fix a mistake in a comment in imd.c
Remove the repetition from the comment. Signed-off-by: Anna Karas <aka@semihalf.com> Change-Id: Ibe6e38636b96b6d8af702b05a822995fd576b2fe Reviewed-on: https://review.coreboot.org/c/coreboot/+/44662 Reviewed-by: Paul Fagerburg <pfagerburg@chromium.org> Reviewed-by: HAOUAS Elyes <ehaouas@noos.fr> Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Diffstat (limited to 'src/lib')
-rw-r--r--src/lib/imd.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/imd.c b/src/lib/imd.c
index be4a7867e2..46e985a81c 100644
--- a/src/lib/imd.c
+++ b/src/lib/imd.c
@@ -466,7 +466,7 @@ int imd_recover(struct imd *imd)
if (imdr_recover(imdr) != 0)
return -1;
- /* Determine if small region is region is present. */
+ /* Determine if small region is present. */
e = imdr_entry_find(imdr, SMALL_REGION_ID);
if (e == NULL)