aboutsummaryrefslogtreecommitdiffstats
path: root/src/gdisp/gdisp_driver.h
diff options
context:
space:
mode:
authorJoel Bodenmann <joel@seriouslyembedded.com>2015-11-18 20:34:27 +0100
committerJoel Bodenmann <joel@seriouslyembedded.com>2015-11-18 20:34:27 +0100
commit7586685d0778153967ec2c0ecbdcf0d66042f17a (patch)
tree4a33ad186daca816a614105ecb3972ec77fc0a96 /src/gdisp/gdisp_driver.h
parent45174c40929943ce767296e3a6f703d67dd985a7 (diff)
downloaduGFX-7586685d0778153967ec2c0ecbdcf0d66042f17a.tar.gz
uGFX-7586685d0778153967ec2c0ecbdcf0d66042f17a.tar.bz2
uGFX-7586685d0778153967ec2c0ecbdcf0d66042f17a.zip
Fixing comment
Diffstat (limited to 'src/gdisp/gdisp_driver.h')
-rw-r--r--src/gdisp/gdisp_driver.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gdisp/gdisp_driver.h b/src/gdisp/gdisp_driver.h
index a6983793..ced6756e 100644
--- a/src/gdisp/gdisp_driver.h
+++ b/src/gdisp/gdisp_driver.h
@@ -408,7 +408,7 @@ typedef struct GDISPVMT {
extern "C" {
#endif
- // Should the driver routines should be static or not
+ // Should the driver routines be static or not
#if USE_VMT
#define LLDSPEC static
#else