Explorar o código

[NFC][Test commit] Fix typos in a comment


git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@344847 91177308-0d34-0410-b5e6-96231b3b80d8
Aleksei Sidorin %!s(int64=6) %!d(string=hai) anos
pai
achega
c6c6ebef73
Modificáronse 1 ficheiros con 2 adicións e 2 borrados
  1. 2 2
      lib/StaticAnalyzer/Core/CheckerManager.cpp

+ 2 - 2
lib/StaticAnalyzer/Core/CheckerManager.cpp

@@ -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) {