diff options
| author | Eitan Adler <eadler@FreeBSD.org> | 2018-03-05 06:59:30 +0000 |
|---|---|---|
| committer | Eitan Adler <eadler@FreeBSD.org> | 2018-03-05 06:59:30 +0000 |
| commit | 89c93f3260160931c302bee60fd8f18e2e572d23 (patch) | |
| tree | 2e3d1e48bbd6bfce09b0a74f9b2eb03a21ef77aa /sys/dev/syscons | |
| parent | f7a81eea5478477dda82dc136e194621bd9a8141 (diff) | |
Notes
Diffstat (limited to 'sys/dev/syscons')
| -rw-r--r-- | sys/dev/syscons/scvgarndr.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/dev/syscons/scvgarndr.c b/sys/dev/syscons/scvgarndr.c index 2d2651746004..3542042e728a 100644 --- a/sys/dev/syscons/scvgarndr.c +++ b/sys/dev/syscons/scvgarndr.c @@ -467,7 +467,7 @@ draw_txtmouse(scr_stat *scp, int x, int y) } else #endif /* SC_ALT_MOUSE_IMAGE */ { - /* Red, magenta and brown are mapped to green to to keep it readable */ + /* Red, magenta and brown are mapped to green to keep it readable */ static const int col_conv[16] = { 6, 6, 6, 6, 2, 2, 2, 6, 14, 14, 14, 14, 10, 10, 10, 14 }; |
