From 1e065697f1f4ff348a37d0644c8b007c1e4d7e78 Mon Sep 17 00:00:00 2001 From: Erich Keane Date: Tue, 24 Oct 2017 15:34:59 +0000 Subject: [PATCH] Fix spelling in comment, field is isMsStruct, not Strust git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@316447 91177308-0d34-0410-b5e6-96231b3b80d8 --- include/clang/AST/Decl.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/clang/AST/Decl.h b/include/clang/AST/Decl.h index 875a21a538..e85c6c568a 100644 --- a/include/clang/AST/Decl.h +++ b/include/clang/AST/Decl.h @@ -3540,7 +3540,7 @@ public: return K >= firstRecord && K <= lastRecord; } - /// isMsStrust - Get whether or not this is an ms_struct which can + /// isMsStruct - Get whether or not this is an ms_struct which can /// be turned on with an attribute, pragma, or -mms-bitfields /// commandline option. bool isMsStruct(const ASTContext &C) const; -- 2.40.0