]> granicus.if.org Git - clang/commitdiff
Fix typo in comment.
authorNico Weber <nicolasweber@gmx.de>
Tue, 28 Apr 2015 18:19:18 +0000 (18:19 +0000)
committerNico Weber <nicolasweber@gmx.de>
Tue, 28 Apr 2015 18:19:18 +0000 (18:19 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@236010 91177308-0d34-0410-b5e6-96231b3b80d8

lib/CodeGen/CGOpenMPRuntime.h

index 684d35659456cbef3851403475fe3cf2c450aa06..9051e4275fbcda3cfc2043cd18b964993624d1ca 100644 (file)
@@ -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