diff options
author | Jonathan Neuschäfer <j.neuschaefer@gmx.net> | 2018-12-11 17:53:07 +0100 |
---|---|---|
committer | Patrick Georgi <pgeorgi@google.com> | 2018-12-18 13:24:28 +0000 |
commit | 45e6c82e682fcfa7155f0e0193bf4c666b1d6466 (patch) | |
tree | 271637254114b391f7ed94c536aa15eec9fc0f4c /payloads/libpayload/curses/PDCurses | |
parent | 7ccb2821d27624d97e9728629bf675242d4966d8 (diff) | |
download | coreboot-45e6c82e682fcfa7155f0e0193bf4c666b1d6466.tar.xz |
Fix typos involving "the the"
Change-Id: I179264ee6681a7ba4488b9f1c6bce1a19b4e1772
Signed-off-by: Jonathan Neuschäfer <j.neuschaefer@gmx.net>
Reviewed-on: https://review.coreboot.org/c/30160
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Angel Pons <th3fanbus@gmail.com>
Diffstat (limited to 'payloads/libpayload/curses/PDCurses')
-rw-r--r-- | payloads/libpayload/curses/PDCurses/pdcurses/clear.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/payloads/libpayload/curses/PDCurses/pdcurses/clear.c b/payloads/libpayload/curses/PDCurses/pdcurses/clear.c index 75426e2728..11295e34d7 100644 --- a/payloads/libpayload/curses/PDCurses/pdcurses/clear.c +++ b/payloads/libpayload/curses/PDCurses/pdcurses/clear.c @@ -23,7 +23,7 @@ RCSID("$Id: clear.c,v 1.35 2008/07/13 16:08:18 wmcbrine Exp $") every cell of the window. clear() and wclear() are similar to erase() and werase(), but - they also call clearok() to ensure that the the window is + they also call clearok() to ensure that the window is cleared on the next wrefresh(). clrtobot() and wclrtobot() clear the window from the current |