summaryrefslogtreecommitdiff
path: root/BUILD
diff options
context:
space:
mode:
authorfluesvamp <askeblad@outlook.com>2022-08-07 17:07:39 -0500
committerVicențiu Ciorbaru <cvicentiu@gmail.com>2022-08-09 18:41:09 +0300
commitf2830af16c3a8c551e6b2821e5c7a33e652127b4 (patch)
tree81a4e95e0f3418455087807d86efc0e068c974ee /BUILD
parent195833f1b641b0e119507040ae6feb607201900e (diff)
downloadmariadb-git-f2830af16c3a8c551e6b2821e5c7a33e652127b4.tar.gz
Fix typos in the codebase.
Diffstat (limited to 'BUILD')
-rwxr-xr-xBUILD/SETUP.sh2
-rwxr-xr-xBUILD/compile-irix-mips64-mipspro2
2 files changed, 2 insertions, 2 deletions
diff --git a/BUILD/SETUP.sh b/BUILD/SETUP.sh
index 3d993f63805..ff34bddab37 100755
--- a/BUILD/SETUP.sh
+++ b/BUILD/SETUP.sh
@@ -121,7 +121,7 @@ get_make_parallel_flag
# SSL library to use.--with-ssl will select our bundled yaSSL
# implementation of SSL. --with-ssl=yes will first try system library
-# then the boundled one --with-ssl=system will use the system library.
+# then the bundled one --with-ssl=system will use the system library.
# We use bundled by default as this is guaranteed to work with Galera
SSL_LIBRARY=--with-ssl
diff --git a/BUILD/compile-irix-mips64-mipspro b/BUILD/compile-irix-mips64-mipspro
index 917f3d07bbb..94d19358aca 100755
--- a/BUILD/compile-irix-mips64-mipspro
+++ b/BUILD/compile-irix-mips64-mipspro
@@ -55,7 +55,7 @@ path=`dirname $0`
. "$path/autorun.sh"
# C options:
-# -apo - auto-parallize for multiprocessors (implies -mp)
+# -apo - auto-parallelize for multiprocessors (implies -mp)
# -mp - generate multiprocessor code
# These two common optimization options apparently use 'sproc' model of
# threading, which is not compatible with PTHREADS: don't add them unless you