@@ -878,7 +878,7 @@ def Wa_COMMA : CommaJoined<["-"], "Wa,">,
878878 MetaVarName<"<arg>">;
879879def warning_suppression_mappings_EQ : Joined<["--"],
880880 "warning-suppression-mappings=">, Group<Diag_Group>,
881- HelpText<"File containing diagnostic suppresion mappings. See user manual "
881+ HelpText<"File containing diagnostic suppression mappings. See user manual "
882882 "for file format.">, Visibility<[ClangOption, CC1Option]>;
883883def Wall : Flag<["-"], "Wall">, Group<W_Group>, Flags<[HelpHidden]>,
884884 Visibility<[ClangOption, CC1Option, FlangOption]>;
@@ -943,7 +943,7 @@ def Xarch__
943943 target matches the specified architecture. This can be used with the target
944944 CPU, triple architecture, or offloading host and device. It is most useful
945945 for separating behavior undesirable on one of the targets when combining many
946- compilation jobs, as is commong with offloading. For example, -Xarch_x86_64,
946+ compilation jobs, as is common with offloading. For example, -Xarch_x86_64,
947947 -Xarch_gfx90a, and -Xarch_device are all valid selectors. -Xarch_device will
948948 forward the argument to the offloading device while -Xarch_host will target
949949 the host system, which can be used to suppress incompatible GPU arguments.}]>,
@@ -1683,7 +1683,7 @@ def fsample_profile_use_profi : Flag<["-"], "fsample-profile-use-profi">,
16831683 HelpText<"Use profi to infer block and edge counts">,
16841684 DocBrief<[{Infer block and edge counts. If the profiles have errors or missing
16851685 blocks caused by sampling, profile inference (profi) can convert
1686- basic block counts to branch probabilites to fix them by extended
1686+ basic block counts to branch probabilities to fix them by extended
16871687 and re-engineered classic MCMF (min-cost max-flow) approach.}]>;
16881688def fno_profile_sample_accurate : Flag<["-"], "fno-profile-sample-accurate">, Group<f_Group>;
16891689def fno_auto_profile : Flag<["-"], "fno-auto-profile">, Group<f_Group>,
0 commit comments