mirror of
https://github.com/MariaDB/server.git
synced 2025-08-08 11:22:35 +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:
committed by
Vicențiu-Marian Ciorbaru
parent
21239bb0fd
commit
c9c28bef3c
@@ -101,7 +101,7 @@
|
||||
sequentially-consistent operation ordering.
|
||||
|
||||
We choose implementation as follows: on Windows using Visual C++ the native
|
||||
implementation should be preferrable. When using gcc we prefer the Solaris
|
||||
implementation should be preferable. When using gcc we prefer the Solaris
|
||||
implementation before the gcc because of stability preference, we choose gcc
|
||||
builtins if available.
|
||||
*/
|
||||
|
Reference in New Issue
Block a user