diff options
| author | Nico Weber <nicolasweber@gmx.de> | 2015-04-28 18:19:18 +0000 |
|---|---|---|
| committer | Nico Weber <nicolasweber@gmx.de> | 2015-04-28 18:19:18 +0000 |
| commit | 20b0ce3abd16514407a4454d90fd1c52da0a3a33 (patch) | |
| tree | 6581551bc6d522868df3e70297d383b68c471c3b /clang/lib/CodeGen | |
| parent | 35a8a62125ccfa0ef804584738a295ed5c17750f (diff) | |
| download | bcm5719-llvm-20b0ce3abd16514407a4454d90fd1c52da0a3a33.tar.gz bcm5719-llvm-20b0ce3abd16514407a4454d90fd1c52da0a3a33.zip | |
Fix typo in comment.
llvm-svn: 236010
Diffstat (limited to 'clang/lib/CodeGen')
| -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 684d3565945..9051e4275fb 100644 --- a/clang/lib/CodeGen/CGOpenMPRuntime.h +++ b/clang/lib/CodeGen/CGOpenMPRuntime.h @@ -524,7 +524,7 @@ public: SourceLocation Loc); /// \brief Emit task region for the task directive. The task region is - /// emmitted in several steps: + /// emitted in several steps: /// 1. Emit a call to kmp_task_t *__kmpc_omp_task_alloc(ident_t *, kmp_int32 /// gtid, kmp_int32 flags, size_t sizeof_kmp_task_t, size_t sizeof_shareds, /// kmp_routine_entry_t *task_entry). Here task_entry is a pointer to the |

