diff options
author | Anna Zaks <ganna@apple.com> | 2013-02-02 00:29:59 +0000 |
---|---|---|
committer | Anna Zaks <ganna@apple.com> | 2013-02-02 00:29:59 +0000 |
commit | 135d0fe1ae89c39e3de9849cceda98253b063f14 (patch) | |
tree | 620f90e80353a2645cf89c8890eaf6edfd282af8 /lib/StaticAnalyzer/Core/SimpleSValBuilder.cpp | |
parent | b7e5eec2f57bd82c6ddb762ca3dd7b7d8697e9d5 (diff) |
[analyzer] Fix typo.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@174243 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/StaticAnalyzer/Core/SimpleSValBuilder.cpp')
-rw-r--r-- | lib/StaticAnalyzer/Core/SimpleSValBuilder.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/StaticAnalyzer/Core/SimpleSValBuilder.cpp b/lib/StaticAnalyzer/Core/SimpleSValBuilder.cpp index b78fbc4bc5..a59cd500f1 100644 --- a/lib/StaticAnalyzer/Core/SimpleSValBuilder.cpp +++ b/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)) { |