about summary refs log tree commit diff
path: root/src/ci
diff options
context:
space:
mode:
authorMatthias Krüger <matthias.krueger@famsik.de>2024-12-30 19:34:56 +0100
committerGitHub <noreply@github.com>2024-12-30 19:34:56 +0100
commit4b9e3daa0b7ef92d64d931797bfd16c0debea9db (patch)
tree12259956a5beafcea5c3f67c45124b66854cb6b3 /src/ci
parent6c12546dc0b4acbc1c9962e803dc2782252a8f8c (diff)
parent4c279fb7af22ac24833464a5d7ffa56ca79a251d (diff)
Rollup merge of #134911 - HigherOrderLogic:master, r=onur-ozkan
chore: fix typos

This PR fixes typos errors in docstring only, so functionality wise, it should stay the same.
Diffstat (limited to 'src/ci')
-rwxr-xr-xsrc/ci/scripts/install-clang.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ci/scripts/install-clang.sh b/src/ci/scripts/install-clang.sh
index 6103aa61248..5522095e304 100755
--- a/src/ci/scripts/install-clang.sh
+++ b/src/ci/scripts/install-clang.sh
@@ -15,7 +15,7 @@ LLVM_VERSION="18.1.4"
 
 if isMacOS; then
     # FIXME: This is the latest pre-built version of LLVM that's available for
-    # x86_64 MacOS. We may want to consider bulding our own LLVM binaries
+    # x86_64 MacOS. We may want to consider building our own LLVM binaries
     # instead, or set `USE_XCODE_CLANG` like AArch64 does.
     LLVM_VERSION="15.0.7"