From e84937a34489eab1669338bf8e3bb6c07e9d7295 Mon Sep 17 00:00:00 2001 From: Gregory Nutt Date: Tue, 27 Aug 2013 09:40:19 -0600 Subject: Fix all occurrences of "the the" in documentation and comments --- nuttx/drivers/lcd/Kconfig | 8 ++++---- nuttx/drivers/lcd/ssd1289.c | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) (limited to 'nuttx/drivers/lcd') diff --git a/nuttx/drivers/lcd/Kconfig b/nuttx/drivers/lcd/Kconfig index 2f956963b..b1fb7cb9c 100644 --- a/nuttx/drivers/lcd/Kconfig +++ b/nuttx/drivers/lcd/Kconfig @@ -446,28 +446,28 @@ config LCD_LANDSCAPE bool "Landscape orientation" ---help--- Define for "landscape" orientation support. Landscape mode refers one - of two orientations where the the display is wider than it is tall + of two orientations where the display is wider than it is tall (LCD_RLANDSCAPE is the other). This is the default orientation. config LCD_PORTRAIT bool "Portrait orientation" ---help--- Define for "portrait" orientation support. Portrait mode refers one - of two orientations where the the display is taller than it is wide + of two orientations where the display is taller than it is wide (LCD_RPORTAIT is the other). config LCD_RPORTRAIT bool "Reverse portrait display" ---help--- Define for "reverse portrait" orientation support. Reverse portrait mode - refers one of two orientations where the the display is taller than it is + refers one of two orientations where the display is taller than it is wide (LCD_PORTAIT is the other). config LCD_RLANDSCAPE bool "Reverse landscape orientation" ---help--- Define for "reverse landscape" orientation support. Reverse landscape mode - refers one of two orientations where the the display is wider than it is + refers one of two orientations where the display is wider than it is tall (LCD_LANDSCAPE is the other). endchoice diff --git a/nuttx/drivers/lcd/ssd1289.c b/nuttx/drivers/lcd/ssd1289.c index 75abdb1ac..3a587818b 100644 --- a/nuttx/drivers/lcd/ssd1289.c +++ b/nuttx/drivers/lcd/ssd1289.c @@ -1108,7 +1108,7 @@ static inline int ssd1289_hwinitialize(FAR struct ssd1289_dev_s *priv) ssd1289_putreg(lcd, SSD1289_PWRCTRL4, PWRCTRL4_SETTING); ssd1289_putreg(lcd, SSD1289_PWRCTRL5, PWRCTRL5_SETTING); - /* One driver does an odd setting of the the driver output control. + /* One driver does an odd setting of the driver output control. * No idea why. */ #if 0 -- cgit v1.2.3