diff options
Diffstat (limited to 'mysys/mf_wcomp.c')
-rw-r--r-- | mysys/mf_wcomp.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mysys/mf_wcomp.c b/mysys/mf_wcomp.c index c2a103688f2..1a01388a3db 100644 --- a/mysys/mf_wcomp.c +++ b/mysys/mf_wcomp.c @@ -49,7 +49,7 @@ int wild_compare(register const char *str, register const char *wildstr, if (*wildstr++ == wild_one) { if (! *str || (str_is_pattern && *str == wild_many)) - DBUG_RETURN(1); /* One char; skipp */ + DBUG_RETURN(1); /* One char; skip */ if (*str++ == wild_prefix && str_is_pattern && *str) str++; } |