summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorElyes HAOUAS <ehaouas@noos.fr>2021-01-16 15:00:41 +0100
committerPatrick Georgi <pgeorgi@google.com>2021-01-18 07:37:04 +0000
commit5345a3841d77d0b0cabfe92bbb7e768ab69bc3dc (patch)
treefb79675fa484240473d49fc8e4f966d36af9a0a8
parent2d634c90695cc0ff2be3b39c1d748915fb83c86b (diff)
downloadcoreboot-5345a3841d77d0b0cabfe92bbb7e768ab69bc3dc.tar.gz
coreboot-5345a3841d77d0b0cabfe92bbb7e768ab69bc3dc.tar.bz2
coreboot-5345a3841d77d0b0cabfe92bbb7e768ab69bc3dc.zip
include/edid.h: Remove repeated word
Change-Id: Ia6dfc89e575e1a47f980a008ae7334fc21afde89 Signed-off-by: Elyes HAOUAS <ehaouas@noos.fr> Reviewed-on: https://review.coreboot.org/c/coreboot/+/49528 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Jacob Garber <jgarber1@ualberta.ca>
-rw-r--r--src/include/edid.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/include/edid.h b/src/include/edid.h
index 691cf76b97fe..b2d6aa2cab7b 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