]> granicus.if.org Git - clang/commitdiff
[NFC][Test commit] Fix typos in a comment
authorAleksei Sidorin <a.sidorin@samsung.com>
Sat, 20 Oct 2018 14:47:37 +0000 (14:47 +0000)
committerAleksei Sidorin <a.sidorin@samsung.com>
Sat, 20 Oct 2018 14:47:37 +0000 (14:47 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@344847 91177308-0d34-0410-b5e6-96231b3b80d8

lib/StaticAnalyzer/Core/CheckerManager.cpp

index 3740e4bf4dfe6bd26c67f939dc8fb71100385164..688c47e984cce46013417238a22fff74edc867c6 100644 (file)
@@ -441,8 +441,8 @@ void CheckerManager::runCheckersForEndFunction(NodeBuilderContext &BC,
                                                ExplodedNode *Pred,
                                                ExprEngine &Eng,
                                                const ReturnStmt *RS) {
-  // We define the builder outside of the loop bacause if at least one checkers
-  // creates a sucsessor for Pred, we do not need to generate an
+  // We define the builder outside of the loop because if at least one checker
+  // creates a successor for Pred, we do not need to generate an
   // autotransition for it.
   NodeBuilder Bldr(Pred, Dst, BC);
   for (const auto checkFn : EndFunctionCheckers) {