Author: chapuni
Date: Mon Mar 23 11:05:50 2015
New Revision: 232956

URL: http://llvm.org/viewvc/llvm-project?rev=232956&view=rev
Log:
OpenMPClause.h: Fix typo in \param. [-Wdocumentation]

Modified:
    cfe/trunk/include/clang/AST/OpenMPClause.h

Modified: cfe/trunk/include/clang/AST/OpenMPClause.h
URL: 
http://llvm.org/viewvc/llvm-project/cfe/trunk/include/clang/AST/OpenMPClause.h?rev=232956&r1=232955&r2=232956&view=diff
==============================================================================
--- cfe/trunk/include/clang/AST/OpenMPClause.h (original)
+++ cfe/trunk/include/clang/AST/OpenMPClause.h Mon Mar 23 11:05:50 2015
@@ -1750,7 +1750,7 @@ public:
   /// \param DstExprs List of helper expressions for proper generation of
   /// assignment operation required for copyprivate clause. This list 
represents
   /// destinations.
-  /// \param AsignmentOps List of helper expressions that represents assignment
+  /// \param AssignmentOps List of helper expressions that represents 
assignment
   /// operation:
   /// \code
   /// DstExprs = SrcExprs;


_______________________________________________
cfe-commits mailing list
[email protected]
http://lists.cs.uiuc.edu/mailman/listinfo/cfe-commits

Reply via email to