diff options
| author | Erich Keane <erich.keane@intel.com> | 2017-10-24 15:34:59 +0000 | 
|---|---|---|
| committer | Erich Keane <erich.keane@intel.com> | 2017-10-24 15:34:59 +0000 | 
| commit | 1216acc3c4df4e8819b490484fe866fce75ae511 (patch) | |
| tree | b4c88858da7488a30e74327325638abf639b64f9 | |
| parent | f762c7b32f33f9fe984c229c9fe7f178ba657c95 (diff) | |
| download | bcm5719-llvm-1216acc3c4df4e8819b490484fe866fce75ae511.tar.gz bcm5719-llvm-1216acc3c4df4e8819b490484fe866fce75ae511.zip  | |
Fix spelling in comment, field is isMsStruct, not Strust
llvm-svn: 316447
| -rw-r--r-- | clang/include/clang/AST/Decl.h | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/clang/include/clang/AST/Decl.h b/clang/include/clang/AST/Decl.h index 875a21a538d..e85c6c568a8 100644 --- a/clang/include/clang/AST/Decl.h +++ b/clang/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;  | 

