]> granicus.if.org Git - clang/commitdiff
Fix spelling in comment, field is isMsStruct, not Strust
authorErich Keane <erich.keane@intel.com>
Tue, 24 Oct 2017 15:34:59 +0000 (15:34 +0000)
committerErich Keane <erich.keane@intel.com>
Tue, 24 Oct 2017 15:34:59 +0000 (15:34 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@316447 91177308-0d34-0410-b5e6-96231b3b80d8

include/clang/AST/Decl.h

index 875a21a538d8a030f2576e711aab6b8ca172512e..e85c6c568a8328ef28c9b7ad4365f3e706fe67e4 100644 (file)
@@ -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;