]> granicus.if.org Git - clang/commitdiff
[analyzer] Fix typo.
authorAnna Zaks <ganna@apple.com>
Sat, 2 Feb 2013 00:29:59 +0000 (00:29 +0000)
committerAnna Zaks <ganna@apple.com>
Sat, 2 Feb 2013 00:29:59 +0000 (00:29 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@174243 91177308-0d34-0410-b5e6-96231b3b80d8

lib/StaticAnalyzer/Core/SimpleSValBuilder.cpp

index b78fbc4bc50a9b5621664efb71d6d62958f63ab1..a59cd500f1b551453c6ddb9db1dedfc5610df8ee 100644 (file)
@@ -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)) {