Skip to content

Commit d782f19

Browse files
committed
lld/MachO: Fix two typos to cycle bots
1 parent 3669238 commit d782f19

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

lld/MachO/InputFiles.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -140,7 +140,7 @@ class InputFile {
140140

141141
InputFile(Kind, const llvm::MachO::InterfaceFile &);
142142

143-
// If true, this input's arch is compatiable with target.
143+
// If true, this input's arch is compatible with target.
144144
bool compatArch = true;
145145

146146
private:

lld/MachO/Options.td

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -132,7 +132,7 @@ def check_category_conflicts : Flag<["--"], "check-category-conflicts">,
132132
def lto_debug_pass_manager: Flag<["--"], "lto-debug-pass-manager">,
133133
HelpText<"Debug new pass manager">, Group<grp_lld>;
134134
def cs_profile_generate: Flag<["--"], "cs-profile-generate">,
135-
HelpText<"Perform context senstive PGO instrumentation">, Group<grp_lld>;
135+
HelpText<"Perform context sensitive PGO instrumentation">, Group<grp_lld>;
136136
def cs_profile_path: Joined<["--"], "cs-profile-path=">,
137137
HelpText<"Context sensitive profile file path">, Group<grp_lld>;
138138
defm pgo_warn_mismatch: BB<"pgo-warn-mismatch",

0 commit comments

Comments
 (0)