@@ -277,7 +277,7 @@ def dump_dependencies : Flag<["-", "/"], "M">, Flags<[CoreOption, DriverOption]>
277277def write_dependencies : Flag<["-", "/"], "MD">, Flags<[CoreOption, DriverOption]>,
278278 HelpText<"Write a file with .d extension that will contain the list of the compilation target dependencies.">;
279279def write_dependencies_to : JoinedOrSeparate<["-", "/"], "MF">, MetaVarName<"<file>">, Flags<[CoreOption, DriverOption]>,
280- HelpText<"Write the specfied file that will contain the list of the compilation target dependencies.">;
280+ HelpText<"Write the specified file that will contain the list of the compilation target dependencies.">;
281281def external_lib : Separate<["-", "/"], "external">, Group<hlslcore_Group>, Flags<[DriverOption, RewriteOption, HelpHidden]>,
282282 HelpText<"External DLL name to load for compiler support">;
283283def external_fn : Separate<["-", "/"], "external-fn">, Group<hlslcore_Group>, Flags<[DriverOption, RewriteOption, HelpHidden]>,
@@ -424,7 +424,7 @@ def fspv_use_unknown_image_format
424424def fvk_auto_shift_bindings: Flag<["-"], "fvk-auto-shift-bindings">, Group<spirv_Group>, Flags<[CoreOption, DriverOption]>,
425425 HelpText<"Apply fvk-*-shift to resources without an explicit register assignment.">;
426426def Wno_vk_ignored_features : Joined<["-"], "Wno-vk-ignored-features">, Group<spirv_Group>, Flags<[CoreOption, DriverOption, HelpHidden]>,
427- HelpText<"Do not emit warnings for ingored features resulting from no Vulkan support">;
427+ HelpText<"Do not emit warnings for ignored features resulting from no Vulkan support">;
428428def Wno_vk_emulated_features : Joined<["-"], "Wno-vk-emulated-features">, Group<spirv_Group>, Flags<[CoreOption, DriverOption, HelpHidden]>,
429429 HelpText<"Do not emit warnings for emulated features resulting from no direct mapping">;
430430def fspv_print_all: Flag<["-"], "fspv-print-all">, Group<spirv_Group>, Flags<[CoreOption, DriverOption]>,
@@ -564,9 +564,9 @@ def res_may_alias : Flag<["-", "/"], "res-may-alias">, Flags<[CoreOption]>, Grou
564564def res_may_alias_ : Flag<["-", "/"], "res_may_alias">, Flags<[CoreOption, HelpHidden]>, Group<hlslcomp_Group>,
565565 HelpText<"Assume that UAVs/SRVs may alias">;
566566def all_resources_bound : Flag<["-", "/"], "all-resources-bound">, Flags<[CoreOption]>, Group<hlslcomp_Group>,
567- HelpText<"Enables agressive flattening">;
567+ HelpText<"Enables aggressive flattening">;
568568def all_resources_bound_ : Flag<["-", "/"], "all_resources_bound">, Flags<[CoreOption, HelpHidden]>, Group<hlslcomp_Group>,
569- HelpText<"Enables agressive flattening">;
569+ HelpText<"Enables aggressive flattening">;
570570
571571def setprivate : JoinedOrSeparate<["-", "/"], "setprivate">, Flags<[CoreOption, DriverOption]>, MetaVarName<"<file>">, Group<hlslutil_Group>,
572572 HelpText<"Private data to add to compiled shader blob">;
0 commit comments