From 5345a3841d77d0b0cabfe92bbb7e768ab69bc3dc Mon Sep 17 00:00:00 2001 From: Elyes HAOUAS Date: Sat, 16 Jan 2021 15:00:41 +0100 Subject: include/edid.h: Remove repeated word Change-Id: Ia6dfc89e575e1a47f980a008ae7334fc21afde89 Signed-off-by: Elyes HAOUAS Reviewed-on: https://review.coreboot.org/c/coreboot/+/49528 Tested-by: build bot (Jenkins) Reviewed-by: Jacob Garber --- src/include/edid.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/include') diff --git a/src/include/edid.h b/src/include/edid.h index 691cf76b97..b2d6aa2cab 100644 --- a/src/include/edid.h +++ b/src/include/edid.h @@ -41,7 +41,7 @@ struct edid_mode { /* structure for communicating EDID information from a raw EDID block to * higher level functions. * The size of the data types is not critical, so we leave them as - * unsigned int. We can move more into into this struct as needed. + * unsigned int. We can move more into this struct as needed. */ #define EDID_ASCII_STRING_LENGTH 13 -- cgit v1.2.3