diff options
author | Simon Pilgrim <llvm-dev@redking.me.uk> | 2017-03-30 14:13:19 +0000 |
---|---|---|
committer | Simon Pilgrim <llvm-dev@redking.me.uk> | 2017-03-30 14:13:19 +0000 |
commit | 2c51880a828ec68ea11353c27ba42ab75ac85a45 (patch) | |
tree | f0e919019a8720ae3cb1f8faf36014faddd9e768 /clang/lib/CodeGen/CGOpenMPRuntime.h | |
parent | 2aa23e892c14487e6703bbf48c356694b98d47eb (diff) | |
download | bcm5719-llvm-2c51880a828ec68ea11353c27ba42ab75ac85a45.tar.gz bcm5719-llvm-2c51880a828ec68ea11353c27ba42ab75ac85a45.zip |
Spelling mistakes in comments. NFCI. (PR27635)
llvm-svn: 299083
Diffstat (limited to 'clang/lib/CodeGen/CGOpenMPRuntime.h')
-rw-r--r-- | clang/lib/CodeGen/CGOpenMPRuntime.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/clang/lib/CodeGen/CGOpenMPRuntime.h b/clang/lib/CodeGen/CGOpenMPRuntime.h index dc62f2b6d55..7901a6b7a8f 100644 --- a/clang/lib/CodeGen/CGOpenMPRuntime.h +++ b/clang/lib/CodeGen/CGOpenMPRuntime.h @@ -1034,7 +1034,7 @@ public: virtual bool emitTargetGlobalVariable(GlobalDecl GD); /// \brief Emit the global \a GD if it is meaningful for the target. Returns - /// if it was emitted succesfully. + /// if it was emitted successfully. /// \param GD Global to scan. virtual bool emitTargetGlobal(GlobalDecl GD); |