aboutsummaryrefslogtreecommitdiffstats
path: root/src/gdisp/gdisp_driver.h
diff options
context:
space:
mode:
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