[clang] 4d20781 - Typo fix in the documentation; NFC
Aaron Ballman via cfe-commits
cfe-commits at lists.llvm.org
Thu Mar 24 05:56:25 PDT 2022
Author: Aaron Ballman
Date: 2022-03-24T08:56:14-04:00
New Revision: 4d20781b6935099879f8704fcf93d9cdb83cf3ef
URL: https://github.com/llvm/llvm-project/commit/4d20781b6935099879f8704fcf93d9cdb83cf3ef
DIFF: https://github.com/llvm/llvm-project/commit/4d20781b6935099879f8704fcf93d9cdb83cf3ef.diff
LOG: Typo fix in the documentation; NFC
Added:
Modified:
clang/include/clang/Driver/Options.td
Removed:
################################################################################
diff --git a/clang/include/clang/Driver/Options.td b/clang/include/clang/Driver/Options.td
index c63c02bb8941a..d37d3a31fe07a 100644
--- a/clang/include/clang/Driver/Options.td
+++ b/clang/include/clang/Driver/Options.td
@@ -2827,7 +2827,7 @@ def fvisibility_dllexport_EQ : Joined<["-"], "fvisibility-dllexport=">, Group<f_
MarshallingInfoVisibility<LangOpts<"DLLExportVisibility">, "DefaultVisibility">,
ShouldParseIf<fvisibility_from_dllstorageclass.KeyPath>;
def fvisibility_nodllstorageclass_EQ : Joined<["-"], "fvisibility-nodllstorageclass=">, Group<f_Group>, Flags<[CC1Option]>,
- HelpText<"The visibility for defintiions without an explicit DLL export class [-fvisibility-from-dllstorageclass]">,
+ HelpText<"The visibility for definitions without an explicit DLL export class [-fvisibility-from-dllstorageclass]">,
MarshallingInfoVisibility<LangOpts<"NoDLLStorageClassVisibility">, "HiddenVisibility">,
ShouldParseIf<fvisibility_from_dllstorageclass.KeyPath>;
def fvisibility_externs_dllimport_EQ : Joined<["-"], "fvisibility-externs-dllimport=">, Group<f_Group>, Flags<[CC1Option]>,
More information about the cfe-commits
mailing list