1
0
mirror of https://github.com/MariaDB/server.git synced 2025-08-07 00:04:31 +03:00

Minor spelling fixes in code comments, docs and output

This commit does not touch any variable names or any other actual code,
and thus should not in any way affect how the code works.
This commit is contained in:
Otto Kekäläinen
2017-11-15 12:37:32 +08:00
committed by Vicențiu-Marian Ciorbaru
parent 21239bb0fd
commit c9c28bef3c
21 changed files with 32 additions and 32 deletions

View File

@@ -196,7 +196,7 @@ int sigwait(sigset_t *set, int *sig);
#endif
#if !defined(HAVE_SIGWAIT) && !defined(HAVE_rts_threads) && !defined(sigwait) && !defined(alpha_linux_port) && !defined(_AIX)
int sigwait(sigset_t *setp, int *sigp); /* Use our implemention */
int sigwait(sigset_t *setp, int *sigp); /* Use our implementation */
#endif
@@ -393,7 +393,7 @@ typedef struct st_safe_mutex_deadlock_t
#ifdef SAFE_MUTEX_DETECT_DESTROY
/*
Used to track the destroying of mutexes. This needs to be a seperate
Used to track the destroying of mutexes. This needs to be a separate
structure because the safe_mutex_t structure could be freed before
the mutexes are destroyed.
*/