Skip to content

Commit abccb02

Browse files
committed
Fix a typo in an old comment (unrelated to the commit)
1 parent 5b8416f commit abccb02

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

clang/lib/StaticAnalyzer/Core/CheckerManager.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -742,7 +742,7 @@ void CheckerManager::runCheckersForEvalCall(ExplodedNodeSet &Dst,
742742
UpdatedCall->getOriginExpr(), ProgramPoint::PostStmtKind,
743743
Pred->getLocationContext(), EvalCallChecker.Checker);
744744
bool evaluated = false;
745-
{ // CheckerContext generates transitions(populates checkDest) on
745+
{ // CheckerContext generates transitions (populates checkDest) on
746746
// destruction, so introduce the scope to make sure it gets properly
747747
// populated.
748748
CheckerContext C(B, Eng, Pred, L);

0 commit comments

Comments
 (0)