diff options
Diffstat (limited to 'mysys/mf_pack.c')
-rw-r--r-- | mysys/mf_pack.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mysys/mf_pack.c b/mysys/mf_pack.c index e2e811fe89a..638bbaf7baf 100644 --- a/mysys/mf_pack.c +++ b/mysys/mf_pack.c @@ -146,7 +146,7 @@ uint cleanup_dirname(register my_string to, const char *from) if (*pos == FN_LIBCHAR) { if ((uint) (pos-start) > length && bcmp(pos-length,parent,length) == 0) - { /* If .../../; skipp prev */ + { /* If .../../; skip prev */ pos-=length; if (pos != start) { /* not /../ */ |