Skip to content

Commit 392001e

Browse files
committed
[clang] Fix typos in comments
Signed-off-by: yronglin <[email protected]>
1 parent f875a02 commit 392001e

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

clang/include/clang/AST/Stmt.h

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -836,7 +836,9 @@ class alignas(void *) Stmt {
836836
LLVM_PREFERRED_TYPE(ExprBitfields)
837837
unsigned : NumExprBits;
838838

839-
/// Whether this CXXDefaultArgExpr rewrote its argument and stores a copy.
839+
/// Whether this CXXDefaultArgExpr rewrote its argument and stores
840+
/// a copy, unlike HasRebuiltInit, when this flag is true, the argument may
841+
/// be partially rebuilt.
840842
LLVM_PREFERRED_TYPE(bool)
841843
unsigned HasRewrittenInit : 1;
842844

@@ -857,7 +859,7 @@ class alignas(void *) Stmt {
857859

858860
/// Whether this CXXDefaultInitExpr rewrote its argument and stores
859861
/// a copy, unlike HasRebuiltInit, when this flag is true, the argument may
860-
/// be partial rebuilt.
862+
/// be partially rebuilt.
861863
LLVM_PREFERRED_TYPE(bool)
862864
unsigned HasRewrittenInit : 1;
863865

0 commit comments

Comments
 (0)