Переглянути джерело

[analyzer] Fix typo.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@174243 91177308-0d34-0410-b5e6-96231b3b80d8
Anna Zaks 12 роки тому
батько
коміт
135d0fe1ae
1 змінених файлів з 1 додано та 1 видалено
  1. 1 1
      lib/StaticAnalyzer/Core/SimpleSValBuilder.cpp

+ 1 - 1
lib/StaticAnalyzer/Core/SimpleSValBuilder.cpp

@@ -858,7 +858,7 @@ SVal SimpleSValBuilder::evalBinOpLN(ProgramStateRef state,
   
   // Special case: 'rhs' is an integer that has the same width as a pointer and
   // we are using the integer location in a comparison.  Normally this cannot be
-  // triggered, but transfer functions like those for OSCommpareAndSwapBarrier32
+  // triggered, but transfer functions like those for OSCompareAndSwapBarrier32
   // can generate comparisons that trigger this code.
   // FIXME: Are all locations guaranteed to have pointer width?
   if (BinaryOperator::isComparisonOp(op)) {