summaryrefslogtreecommitdiffstats
path: root/lib/Sema/JumpDiagnostics.cpp
diff options
context:
space:
mode:
authorAlp Toker <alp@nuanti.com>2013-12-05 04:47:09 +0000
committerAlp Toker <alp@nuanti.com>2013-12-05 04:47:09 +0000
commit2b01e1e26da79a67a248565a189287192b3757f0 (patch)
tree0d22890fb598fef21e6a3dd4e42d0413fa9b1540 /lib/Sema/JumpDiagnostics.cpp
parentecd4ae9e89f6e216cf6bf9fe08ad04901ecca631 (diff)
Correct hyphenations in comments and assert messages
This patch tries to avoid unrelated changes other than fixing a few hyphen-related ambiguities in nearby lines. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@196466 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/Sema/JumpDiagnostics.cpp')
-rw-r--r--lib/Sema/JumpDiagnostics.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Sema/JumpDiagnostics.cpp b/lib/Sema/JumpDiagnostics.cpp
index d3de173276..b58bc51807 100644
--- a/lib/Sema/JumpDiagnostics.cpp
+++ b/lib/Sema/JumpDiagnostics.cpp
@@ -191,7 +191,7 @@ static ScopePair GetDiagForGotoScopeDecl(ASTContext &Context, const Decl *D) {
if (!Record)
return ScopePair(diag::note_protected_by_variable_init, 0);
- // If we need to call a non trivial destructor for this variable,
+ // If we need to call a non-trivial destructor for this variable,
// record an out diagnostic.
unsigned OutDiag = 0;
if (!Init->isGLValue() && !Record->hasTrivialDestructor())