lld/MachO: Fix two typos to cycle bots

GitOrigin-RevId: d782f198a61221c8b80734c371b304981eae5576
diff --git a/MachO/InputFiles.h b/MachO/InputFiles.h
index 2e37e7b..5e550c1 100644
--- a/MachO/InputFiles.h
+++ b/MachO/InputFiles.h
@@ -140,7 +140,7 @@
 
   InputFile(Kind, const llvm::MachO::InterfaceFile &);
 
-  // If true, this input's arch is compatiable with target.
+  // If true, this input's arch is compatible with target.
   bool compatArch = true;
 
 private:
diff --git a/MachO/Options.td b/MachO/Options.td
index f92e6cd..01e73b7 100644
--- a/MachO/Options.td
+++ b/MachO/Options.td
@@ -132,7 +132,7 @@
 def lto_debug_pass_manager: Flag<["--"], "lto-debug-pass-manager">,
     HelpText<"Debug new pass manager">, Group<grp_lld>;
 def cs_profile_generate: Flag<["--"], "cs-profile-generate">,
-    HelpText<"Perform context senstive PGO instrumentation">, Group<grp_lld>;
+    HelpText<"Perform context sensitive PGO instrumentation">, Group<grp_lld>;
 def cs_profile_path: Joined<["--"], "cs-profile-path=">,
     HelpText<"Context sensitive profile file path">, Group<grp_lld>;
 defm pgo_warn_mismatch: BB<"pgo-warn-mismatch",