build/toolchain: fix a few typos while driving by

Change-Id: I7e0dd8bea122990143619d69e312f0f67f3b3a7f
Reviewed-on: https://review.monogon.dev/c/monogon/+/1032
Reviewed-by: Serge Bazanski <serge@monogon.tech>
Tested-by: Leopold Schabel <leo@monogon.tech>
diff --git a/build/toolchain/llvm-efi/transition.bzl b/build/toolchain/llvm-efi/transition.bzl
index 00c1433..e2f7a8f 100644
--- a/build/toolchain/llvm-efi/transition.bzl
+++ b/build/toolchain/llvm-efi/transition.bzl
@@ -1,6 +1,6 @@
 def _build_efi_transition_impl(settings, attr):
     """
-    Transition that enables building for an EFI environment. Currently ony supports C code.
+    Transition that enables building for an EFI environment. Currently only supports C code.
     """
     return {
         "//command_line_option:crosstool_top": "//build/toolchain/llvm-efi:efi_cc_suite",
diff --git a/build/toolchain/musl-host-gcc/README.md b/build/toolchain/musl-host-gcc/README.md
index 27642fb..367b4a7 100644
--- a/build/toolchain/musl-host-gcc/README.md
+++ b/build/toolchain/musl-host-gcc/README.md
@@ -10,7 +10,7 @@
 Usage
 -----
 
-To use this toolchain explicitely while building a `cc_binary`, do:
+To use this toolchain explicitly while building a `cc_binary`, do:
 
     bazel build --crosstool_top=//build/toolchain/musl-host-gcc:musl_host_cc_suite //foo/bar