Skip to content

Commit 1649033

Browse files
committed
Fix doubled word typos
1 parent bb42fbe commit 1649033

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

clang/lib/StaticAnalyzer/Core/ExprEngineCallAndReturn.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -678,13 +678,13 @@ void ExprEngine::evalCall(ExplodedNodeSet &Dst, ExplodedNode *Pred,
678678
// WARNING: As this function performs transitions between several different
679679
// states (perhaps in a branching structure) we must be careful to avoid
680680
// referencing obsolete or irrelevant states. In particular, 'CallEvent'
681-
// instances have an attached state (because this is is convenient within the
681+
// instances have an attached state (because this is convenient within the
682682
// checker callbacks) and it is our responsibility to keep these up-to-date.
683683
// In fact, the parameter 'CallTemplate' is a "template" because its attached
684684
// state may be older than the state of 'Pred' (which will be further
685685
// transformed by the transitions within this method).
686686
// (Note that 'runCheckersFor*Call' and 'finishArgumentConstruction' are
687-
// prepared to take this template and and attach the proper state before
687+
// prepared to take this template and attach the proper state before
688688
// forwarding it to the checkers.)
689689

690690
// Run any pre-call checks using the generic call interface.

0 commit comments

Comments
 (0)