diff options
author | inmarket <andrewh@inmarket.com.au> | 2016-02-10 13:54:41 +1000 |
---|---|---|
committer | inmarket <andrewh@inmarket.com.au> | 2016-02-10 13:54:41 +1000 |
commit | 3847f54dae60c10268c054590859ad20f95b54a1 (patch) | |
tree | 301ad4aed98ce5bc39e14163fa6b84b039c307ea /boards/base/Linux-Framebuffer/board_framebuffer.h | |
parent | a1ab0a67ba1ce10394e83cc7057e629c4192d798 (diff) | |
download | uGFX-3847f54dae60c10268c054590859ad20f95b54a1.tar.gz uGFX-3847f54dae60c10268c054590859ad20f95b54a1.tar.bz2 uGFX-3847f54dae60c10268c054590859ad20f95b54a1.zip |
Improve some doco
Diffstat (limited to 'boards/base/Linux-Framebuffer/board_framebuffer.h')
-rw-r--r-- | boards/base/Linux-Framebuffer/board_framebuffer.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/boards/base/Linux-Framebuffer/board_framebuffer.h b/boards/base/Linux-Framebuffer/board_framebuffer.h index e1836527..9b760e08 100644 --- a/boards/base/Linux-Framebuffer/board_framebuffer.h +++ b/boards/base/Linux-Framebuffer/board_framebuffer.h @@ -123,7 +123,7 @@ } if (fb_var.red.offset != LLDCOLOR_SHIFT_R || fb_var.green.offset != LLDCOLOR_SHIFT_G || fb_var.blue.offset != LLDCOLOR_SHIFT_B) { #if LLDCOLOR_SHIFT_B == 0 - fprintf(stderr, "GDISP Framebuffer: THe display pixel format is not RGB\n"); + fprintf(stderr, "GDISP Framebuffer: The display pixel format is not RGB\n"); #else fprintf(stderr, "GDISP Framebuffer: The display pixel format is not BGR\n"); #endif |