diff options
author | Martin Roth <gaumless@gmail.com> | 2023-09-03 21:38:29 -0600 |
---|---|---|
committer | Elyes Haouas <ehaouas@noos.fr> | 2023-09-08 00:53:57 +0000 |
commit | 74f18777a2e6919172a4214c3195bfcc48f48407 (patch) | |
tree | 792af40f72ed0f4287239a707acce3edbe89c9d2 /src/drivers/i2c/rtd2132 | |
parent | cef239675b46ffec6c3c4a99875329f0ee92a6b5 (diff) |
arch to drivers/intel: Fix misspellings & capitalization issues
Signed-off-by: Martin Roth <gaumless@gmail.com>
Change-Id: Ic52f01d1d5d86334e0fd639b968b5eed43a35f1d
Reviewed-on: https://review.coreboot.org/c/coreboot/+/77633
Reviewed-by: Eric Lai <eric_lai@quanta.corp-partner.google.com>
Reviewed-by: Elyes Haouas <ehaouas@noos.fr>
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Diffstat (limited to 'src/drivers/i2c/rtd2132')
-rw-r--r-- | src/drivers/i2c/rtd2132/chip.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/drivers/i2c/rtd2132/chip.h b/src/drivers/i2c/rtd2132/chip.h index b65182feeb..50ea7d5314 100644 --- a/src/drivers/i2c/rtd2132/chip.h +++ b/src/drivers/i2c/rtd2132/chip.h @@ -11,7 +11,7 @@ struct drivers_i2c_rtd2132_config { u16 t4; /* Delay from backlight output disable to PWM output disable. */ u16 t5; /* Delay from PWM output disable to LVDS output disable. */ u16 t6; /* Delay from LVDS output disable to panel Vcc disable. */ - u16 t7; /* Delay between tweo panel power on/off sequence. */ + u16 t7; /* Delay between two panel power on/off sequence. */ /* * LVDS swap. |