@@ -403,7 +403,7 @@ def remark_module_recovery : Flag<["-"], "Rmodule-recovery">,
403
403
HelpText<"Emit remarks about contextual inconsistencies in loaded modules">;
404
404
def remark_module_api_import : Flag<["-"], "Rmodule-api-import">,
405
405
Flags<[FrontendOption, DoesNotAffectIncrementalBuild]>,
406
- HelpText<"Emit remarks about the import briging in each element composing the API">;
406
+ HelpText<"Emit remarks about the import bridging in each element composing the API">;
407
407
408
408
def remark_macro_loading : Flag<["-"], "Rmacro-loading">,
409
409
Flags<[FrontendOption, DoesNotAffectIncrementalBuild]>,
@@ -759,7 +759,7 @@ def cxx_interoperability_mode :
759
759
def experimental_c_foreign_reference_types :
760
760
Flag<["-"], "experimental-c-foreign-reference-types">,
761
761
Flags<[FrontendOption, HelpHidden, ModuleInterfaceOption]>,
762
- HelpText<"Enable experimental C foreign references types (with reference coutning ).">;
762
+ HelpText<"Enable experimental C foreign references types (with reference counting ).">;
763
763
764
764
def experimental_cxx_stdlib :
765
765
Separate<["-"], "experimental-cxx-stdlib">,
@@ -991,7 +991,7 @@ def Oplayground : Flag<["-"], "Oplayground">, Group<O_Group>,
991
991
992
992
def ExperimentalPackageCMO : Flag<["-"], "experimental-package-cmo">,
993
993
Flags<[FrontendOption]>,
994
- HelpText<"Enable optimization to perform defalut CMO within a package boundary">;
994
+ HelpText<"Enable optimization to perform default CMO within a package boundary">;
995
995
996
996
def EnbaleDefaultCMO : Flag<["-"], "enable-default-cmo">,
997
997
Flags<[HelpHidden, FrontendOption]>,
@@ -1363,7 +1363,7 @@ def disable_clang_target : Flag<["-"], "disable-clang-target">,
1363
1363
1364
1364
def explain_module_dependency : Separate<["-"], "explain-module-dependency">,
1365
1365
Flags<[NewDriverOnlyOption]>,
1366
- HelpText<"Emit remark/notes describing why compilaiton may depend on a module with a given name.">;
1366
+ HelpText<"Emit remark/notes describing why compilation may depend on a module with a given name.">;
1367
1367
1368
1368
def min_inlining_target_version : Separate<["-"], "target-min-inlining-version">,
1369
1369
Flags<[FrontendOption, ModuleInterfaceOption]>,
@@ -1596,7 +1596,7 @@ def include_spi_symbols : Flag<["-"], "include-spi-symbols">,
1596
1596
def skip_protocol_implementations : Flag<["-"], "skip-protocol-implementations">,
1597
1597
Flags<[SwiftSymbolGraphExtractOption, FrontendOption,
1598
1598
NoInteractiveOption, SupplementaryOutput, HelpHidden]>,
1599
- HelpText<"Skip emitting symbols that are implementations of protocol requirements or inherited from protocl extensions">;
1599
+ HelpText<"Skip emitting symbols that are implementations of protocol requirements or inherited from protocol extensions">;
1600
1600
1601
1601
// swift-api-digester-only options
1602
1602
def dump_sdk: Flag<["-", "--"], "dump-sdk">,
0 commit comments