[NFC] Fixes Doxygen copy-paste error.
authorMark de Wever <koraq@xs4all.nl>
Wed, 21 Oct 2020 19:19:04 +0000 (21:19 +0200)
committerMark de Wever <koraq@xs4all.nl>
Wed, 21 Oct 2020 19:19:04 +0000 (21:19 +0200)
clang/lib/Sema/TreeTransform.h

index 9d51961..481fe98 100644 (file)
@@ -1305,7 +1305,7 @@ public:
     return SemaRef.ActOnLabelStmt(IdentLoc, L, ColonLoc, SubStmt);
   }
 
-  /// Build a new label statement.
+  /// Build a new attributed statement.
   ///
   /// By default, performs semantic analysis to build the new statement.
   /// Subclasses may override this routine to provide different behavior.