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 | 10641e66b03abda4b265c29356706821476555fd (patch) | |
tree | 11d5b35c472746042a547c9be33eb7562a78955a /clang/lib | |
parent | 45b50528340fae3d1482cf19297b8e16ab38bdba (diff) | |
download | bcm5719-llvm-10641e66b03abda4b265c29356706821476555fd.tar.gz bcm5719-llvm-10641e66b03abda4b265c29356706821476555fd.zip |
[analyzer] Fix typo.
llvm-svn: 174243
Diffstat (limited to 'clang/lib')
-rw-r--r-- | clang/lib/StaticAnalyzer/Core/SimpleSValBuilder.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/clang/lib/StaticAnalyzer/Core/SimpleSValBuilder.cpp b/clang/lib/StaticAnalyzer/Core/SimpleSValBuilder.cpp index b78fbc4bc50..a59cd500f1b 100644 --- a/clang/lib/StaticAnalyzer/Core/SimpleSValBuilder.cpp +++ b/clang/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)) { |