r174243 - [analyzer] Fix typo.

Anna Zaks ganna at apple.com
Fri Feb 1 16:29:59 PST 2013


Author: zaks
Date: Fri Feb  1 18:29:59 2013
New Revision: 174243

URL: http://llvm.org/viewvc/llvm-project?rev=174243&view=rev
Log:
[analyzer] Fix typo.

Modified:
    cfe/trunk/lib/StaticAnalyzer/Core/SimpleSValBuilder.cpp

Modified: cfe/trunk/lib/StaticAnalyzer/Core/SimpleSValBuilder.cpp
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/lib/StaticAnalyzer/Core/SimpleSValBuilder.cpp?rev=174243&r1=174242&r2=174243&view=diff
==============================================================================
--- cfe/trunk/lib/StaticAnalyzer/Core/SimpleSValBuilder.cpp (original)
+++ cfe/trunk/lib/StaticAnalyzer/Core/SimpleSValBuilder.cpp Fri Feb  1 18:29:59 2013
@@ -858,7 +858,7 @@ SVal SimpleSValBuilder::evalBinOpLN(Prog
   
   // 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)) {





More information about the cfe-commits mailing list