diff options
author | Elyes HAOUAS <ehaouas@noos.fr> | 2021-01-16 15:00:41 +0100 |
---|---|---|
committer | Patrick Georgi <pgeorgi@google.com> | 2021-01-18 07:37:04 +0000 |
commit | 5345a3841d77d0b0cabfe92bbb7e768ab69bc3dc (patch) | |
tree | fb79675fa484240473d49fc8e4f966d36af9a0a8 /src/include | |
parent | 2d634c90695cc0ff2be3b39c1d748915fb83c86b (diff) |
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>
Diffstat (limited to 'src/include')
-rw-r--r-- | src/include/edid.h | 2 |
1 files changed, 1 insertions, 1 deletions
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 |