Fix typo in AttrDocs.td (__single_inhertiance => __single_inheritance) (#78838)

This commit is contained in:
Ryan Landay
2024-01-20 09:20:22 -05:00
committed by GitHub
parent d0986519d5
commit d01145f760

View File

@@ -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.