Skip to content

Commit f490697

Browse files
authored
[clang] [NFC] Fix a couple of typos: assuments and assingment
1 parent c370869 commit f490697

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

clang/lib/Sema/CheckExprLifetime.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -472,7 +472,7 @@ shouldTrackFirstArgumentForConstructor(const CXXConstructExpr *Ctor) {
472472
}
473473

474474
// Return true if this is an "normal" assignment operator.
475-
// We assuments that a normal assingment operator always returns *this, that is,
475+
// We assume that a normal assignment operator always returns *this, that is,
476476
// an lvalue reference that is the same type as the implicit object parameter
477477
// (or the LHS for a non-member operator$=).
478478
static bool isNormalAssignmentOperator(const FunctionDecl *FD) {

0 commit comments

Comments
 (0)