summaryrefslogtreecommitdiffstats
path: root/clang/lib/Sema/SemaDecl.cpp
diff options
context:
space:
mode:
authorHiroshi Inoue <inouehrs@jp.ibm.com>2017-07-01 08:46:43 +0000
committerHiroshi Inoue <inouehrs@jp.ibm.com>2017-07-01 08:46:43 +0000
commit3170de0eb82d54c907786e11afaed32e0ca86d2a (patch)
tree534fa2ab128d392e69537b01fafe114c2b30bb76 /clang/lib/Sema/SemaDecl.cpp
parentdc771509a45f6a3e9d2553996ce55dbcf93bff3b (diff)
downloadbcm5719-llvm-3170de0eb82d54c907786e11afaed32e0ca86d2a.tar.gz
bcm5719-llvm-3170de0eb82d54c907786e11afaed32e0ca86d2a.zip
fix trivial typos; NFC
llvm-svn: 306954
Diffstat (limited to 'clang/lib/Sema/SemaDecl.cpp')
-rw-r--r--clang/lib/Sema/SemaDecl.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/clang/lib/Sema/SemaDecl.cpp b/clang/lib/Sema/SemaDecl.cpp
index 59bfa49066c..ef8a408f90d 100644
--- a/clang/lib/Sema/SemaDecl.cpp
+++ b/clang/lib/Sema/SemaDecl.cpp
@@ -11975,7 +11975,7 @@ Sema::CheckForFunctionRedefinition(FunctionDecl *FD,
if (canRedefineFunction(Definition, getLangOpts()))
return;
- // Don't emit an error when this is redifinition of a typo-corrected
+ // Don't emit an error when this is redefinition of a typo-corrected
// definition.
if (TypoCorrectedFunctionDefinitions.count(Definition))
return;
OpenPOWER on IntegriCloud