commit | 063820655db8121f0022a7c51458463c7250324c | [log] [tgz] |
---|---|---|
author | Benjamin Kramer <benny.kra@googlemail.com> | Sun Oct 20 11:47:15 2013 +0000 |
committer | Benjamin Kramer <benny.kra@googlemail.com> | Sun Oct 20 11:47:15 2013 +0000 |
tree | 21245e77d251a07323a288622c20d74679b6bc61 | |
parent | d2b0cf38be1e6bd9b35353ae3da49eda5dc4e1e5 [diff] [blame] |
Miscellaneous speling fixes. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@193046 91177308-0d34-0410-b5e6-96231b3b80d8
diff --git a/lib/StaticAnalyzer/Checkers/RetainCountChecker.cpp b/lib/StaticAnalyzer/Checkers/RetainCountChecker.cpp index 3045602..2277b3e 100644 --- a/lib/StaticAnalyzer/Checkers/RetainCountChecker.cpp +++ b/lib/StaticAnalyzer/Checkers/RetainCountChecker.cpp
@@ -818,7 +818,7 @@ switch (E) { case DoNothing: case Autorelease: - case DecRefBridgedTransfered: + case DecRefBridgedTransferred: case IncRef: case IncRefMsg: case MakeCollectable: