<div dir="ltr">This is fine, but a few years ago we agreed that we shouldn't repeat method names in doxygen. So an Even Better Fix would've been to just remove everything up to (and including) the ' - ' :-) Just FYI, no need to follow this up with the deletion.</div><div class="gmail_extra"><br><div class="gmail_quote">On Tue, Oct 24, 2017 at 3:34 PM, Erich Keane via cfe-commits <span dir="ltr"><<a href="mailto:cfe-commits@lists.llvm.org" target="_blank">cfe-commits@lists.llvm.org</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Author: erichkeane<br>
Date: Tue Oct 24 08:34:59 2017<br>
New Revision: 316447<br>
<br>
URL: <a href="http://llvm.org/viewvc/llvm-project?rev=316447&view=rev" rel="noreferrer" target="_blank">http://llvm.org/viewvc/llvm-<wbr>project?rev=316447&view=rev</a><br>
Log:<br>
Fix spelling in comment, field is isMsStruct, not Strust<br>
<br>
Modified:<br>
    cfe/trunk/include/clang/AST/<wbr>Decl.h<br>
<br>
Modified: cfe/trunk/include/clang/AST/<wbr>Decl.h<br>
URL: <a href="http://llvm.org/viewvc/llvm-project/cfe/trunk/include/clang/AST/Decl.h?rev=316447&r1=316446&r2=316447&view=diff" rel="noreferrer" target="_blank">http://llvm.org/viewvc/llvm-<wbr>project/cfe/trunk/include/<wbr>clang/AST/Decl.h?rev=316447&<wbr>r1=316446&r2=316447&view=diff</a><br>
==============================<wbr>==============================<wbr>==================<br>
--- cfe/trunk/include/clang/AST/<wbr>Decl.h (original)<br>
+++ cfe/trunk/include/clang/AST/<wbr>Decl.h Tue Oct 24 08:34:59 2017<br>
@@ -3540,7 +3540,7 @@ public:<br>
     return K >= firstRecord && K <= lastRecord;<br>
   }<br>
<br>
-  /// isMsStrust - Get whether or not this is an ms_struct which can<br>
+  /// isMsStruct - Get whether or not this is an ms_struct which can<br>
   /// be turned on with an attribute, pragma, or -mms-bitfields<br>
   /// commandline option.<br>
   bool isMsStruct(const ASTContext &C) const;<br>
<br>
<br>
______________________________<wbr>_________________<br>
cfe-commits mailing list<br>
<a href="mailto:cfe-commits@lists.llvm.org">cfe-commits@lists.llvm.org</a><br>
<a href="http://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits" rel="noreferrer" target="_blank">http://lists.llvm.org/cgi-bin/<wbr>mailman/listinfo/cfe-commits</a><br>
</blockquote></div><br></div>