diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/gdisp/gdisp_driver.h | 2 |
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 |