about summary refs log tree commit diff
path: root/src/ci/scripts
diff options
context:
space:
mode:
authorHoru <73709188+HigherOrderLogic@users.noreply.github.com>2024-12-30 14:56:21 +0700
committerHoru <73709188+HigherOrderLogic@users.noreply.github.com>2024-12-30 14:56:21 +0700
commit4c279fb7af22ac24833464a5d7ffa56ca79a251d (patch)
treee56aeb459c8e8721034585048554437b92b76048 /src/ci/scripts
parent8cdc67ed23e486a9f2b3e667a50d9b8782ba4056 (diff)
downloadrust-4c279fb7af22ac24833464a5d7ffa56ca79a251d.tar.gz
rust-4c279fb7af22ac24833464a5d7ffa56ca79a251d.zip
chore: fix typos
Diffstat (limited to 'src/ci/scripts')
-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"