diff options
Diffstat (limited to 'mysys/my_winerr.c')
-rw-r--r-- | mysys/my_winerr.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mysys/my_winerr.c b/mysys/my_winerr.c index 15f52dd7f37..92e1fa83d78 100644 --- a/mysys/my_winerr.c +++ b/mysys/my_winerr.c @@ -117,7 +117,7 @@ static int get_errno_from_oserr(unsigned long oserrno) return EINVAL; } -/* Set errno corresponsing to GetLastError() value */ +/* Set errno corresponding to GetLastError() value */ void my_osmaperr ( unsigned long oserrno) { errno= get_errno_from_oserr(oserrno); |