Skip to content

Commit edb15e4

Browse files
author
git apple-llvm automerger
committed
Merge commit '67854aa33dda' from llvm.org/master into apple/master
2 parents cc15e2e + 67854aa commit edb15e4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

clang/include/clang/AST/ExprCXX.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -262,8 +262,8 @@ class CUDAKernelCallExpr final : public CallExpr {
262262
/// - <tt>a != b</tt> -> <tt>!(a == b)</tt>
263263
/// - <tt>a != b</tt> -> <tt>!(b == a)</tt>
264264
/// - For \c \@ in \c <, \c <=, \c >, \c >=, \c <=>:
265-
/// - <tt>a @ b<tt> -> <tt>(a <=> b) @ 0</tt>
266-
/// - <tt>a @ b<tt> -> <tt>0 @ (b <=> a)</tt>
265+
/// - <tt>a @ b</tt> -> <tt>(a <=> b) @ 0</tt>
266+
/// - <tt>a @ b</tt> -> <tt>0 @ (b <=> a)</tt>
267267
///
268268
/// This expression provides access to both the original syntax and the
269269
/// rewritten expression.

0 commit comments

Comments
 (0)