summaryrefslogtreecommitdiffstats
path: root/clang/lib/StaticAnalyzer/Core/CoreEngine.cpp
diff options
context:
space:
mode:
authorSylvestre Ledru <sylvestre@debian.org>2012-07-23 08:59:39 +0000
committerSylvestre Ledru <sylvestre@debian.org>2012-07-23 08:59:39 +0000
commit830885ca64588c925f92010c9e8be09443533995 (patch)
tree9565af71db57c627ff2fa4ab883049dca90ad9f6 /clang/lib/StaticAnalyzer/Core/CoreEngine.cpp
parent35521e231034815b6962eff0dbbd8ee132038784 (diff)
downloadbcm5719-llvm-830885ca64588c925f92010c9e8be09443533995.tar.gz
bcm5719-llvm-830885ca64588c925f92010c9e8be09443533995.zip
Fix a typo (the the => the)
llvm-svn: 160622
Diffstat (limited to 'clang/lib/StaticAnalyzer/Core/CoreEngine.cpp')
-rw-r--r--clang/lib/StaticAnalyzer/Core/CoreEngine.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/clang/lib/StaticAnalyzer/Core/CoreEngine.cpp b/clang/lib/StaticAnalyzer/Core/CoreEngine.cpp
index d7a4baa0a85..c3be8c8c0a2 100644
--- a/clang/lib/StaticAnalyzer/Core/CoreEngine.cpp
+++ b/clang/lib/StaticAnalyzer/Core/CoreEngine.cpp
@@ -541,7 +541,7 @@ ExplodedNode *CoreEngine::generateCallExitBeginNode(ExplodedNode *N) {
const StackFrameContext *LocCtx
= cast<StackFrameContext>(N->getLocationContext());
- // Use the the callee location context.
+ // Use the callee location context.
CallExitBegin Loc(LocCtx);
bool isNew;
OpenPOWER on IntegriCloud