diff --git a/utils/arcanist/clang-format.sh b/utils/arcanist/clang-format.sh --- a/utils/arcanist/clang-format.sh +++ b/utils/arcanist/clang-format.sh @@ -20,7 +20,7 @@ fi if ! git rev-parse --git-dir >/dev/null; then echo "advice" - echo "not in git repostitory; not linting file." + echo "not in git repository; not linting file." echo "====" exit 0 fi diff --git a/utils/bazel/README.md b/utils/bazel/README.md --- a/utils/bazel/README.md +++ b/utils/bazel/README.md @@ -54,7 +54,7 @@ You can instruct Bazel to use a ramdisk for its sandboxing operations via [--sandbox_base](https://docs.bazel.build/versions/main/command-line-reference.html#flag--sandbox_base), -which can help avoid IO bottlenecks for the symlink stragegy used for +which can help avoid IO bottlenecks for the symlink strategy used for sandboxing. This is especially important with many inputs and many cores (see https://github.com/bazelbuild/bazel/issues/11868): diff --git a/utils/bazel/deps_impl/terminfo_system.BUILD b/utils/bazel/deps_impl/terminfo_system.BUILD --- a/utils/bazel/deps_impl/terminfo_system.BUILD +++ b/utils/bazel/deps_impl/terminfo_system.BUILD @@ -4,7 +4,7 @@ # Wrapper library for some system terminfo. Using this only works if the # toolchain already has the relevant library search paths configured. It also -# sets the relevant LLVM `#define`s to enoble using terminfo. +# sets the relevant LLVM `#define`s to enable using terminfo. cc_library( name = "terminfo", defines = ["LLVM_ENABLE_TERMINFO=1"], diff --git a/utils/bazel/llvm-project-overlay/libc/libc_build_rules.bzl b/utils/bazel/llvm-project-overlay/libc/libc_build_rules.bzl --- a/utils/bazel/llvm-project-overlay/libc/libc_build_rules.bzl +++ b/utils/bazel/llvm-project-overlay/libc/libc_build_rules.bzl @@ -67,7 +67,7 @@ specializations: List of machine specializations available for this function. Possible specializations are "generic", "aarch64" and "x86_64". - additional_deps: Other deps like helper cc_library targes used by the + additional_deps: Other deps like helper cc_library targets used by the math function. """ additional_deps = additional_deps or [] diff --git a/utils/bazel/llvm_configs/BUILD.bazel b/utils/bazel/llvm_configs/BUILD.bazel --- a/utils/bazel/llvm_configs/BUILD.bazel +++ b/utils/bazel/llvm_configs/BUILD.bazel @@ -3,7 +3,7 @@ # SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception # These diff tests ensure that the current Bazel configuration does not drift -# from the configuration in the .cmake files, since we don't alway use them +# from the configuration in the .cmake files, since we don't always use them # directly (and even if we did we wouldn't necessarily pick up changes there). # These are literal change-detector tests. We perform diff testing here since # it isn't really part of building LLVM and we don't want to include the config