Author: Ryan Landay Date: 2024-01-20T09:20:22-05:00 New Revision: d01145f7607432586faa771d6519196cd27458df
URL: https://github.com/llvm/llvm-project/commit/d01145f7607432586faa771d6519196cd27458df DIFF: https://github.com/llvm/llvm-project/commit/d01145f7607432586faa771d6519196cd27458df.diff LOG: Fix typo in AttrDocs.td (__single_inhertiance => __single_inheritance) (#78838) Added: Modified: clang/include/clang/Basic/AttrDocs.td Removed: ################################################################################ diff --git a/clang/include/clang/Basic/AttrDocs.td b/clang/include/clang/Basic/AttrDocs.td index 9e8190614fbe8a..7e633f8e2635a9 100644 --- a/clang/include/clang/Basic/AttrDocs.td +++ b/clang/include/clang/Basic/AttrDocs.td @@ -3621,7 +3621,7 @@ Attribute ``trivial_abi`` has no effect in the following cases: def MSInheritanceDocs : Documentation { let Category = DocCatDecl; - let Heading = "__single_inhertiance, __multiple_inheritance, __virtual_inheritance"; + let Heading = "__single_inheritance, __multiple_inheritance, __virtual_inheritance"; let Content = [{ This collection of keywords is enabled under ``-fms-extensions`` and controls the pointer-to-member representation used on ``*-*-win32`` targets. _______________________________________________ cfe-commits mailing list cfe-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits