mirror of
https://github.com/intel/llvm.git
synced 2026-01-20 10:58:11 +08:00
Fix typo in AttrDocs.td (__single_inhertiance => __single_inheritance) (#78838)
This commit is contained in:
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user