diff options
Diffstat (limited to 'include')
-rw-r--r-- | include/my_global.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/my_global.h b/include/my_global.h index cd0eda8aa45..0fb11738758 100644 --- a/include/my_global.h +++ b/include/my_global.h @@ -536,7 +536,7 @@ typedef unsigned short ushort; /* Wen using the embedded library, users might run into link problems, - dupicate declaration of __cxa_pure_virtual, solved by declaring it a + duplicate declaration of __cxa_pure_virtual, solved by declaring it a weak symbol. */ #ifdef USE_MYSYS_NEW |