r236010 - Fix typo in comment.

Nico Weber nicolasweber at gmx.de
Tue Apr 28 11:19:18 PDT 2015


Author: nico
Date: Tue Apr 28 13:19:18 2015
New Revision: 236010

URL: http://llvm.org/viewvc/llvm-project?rev=236010&view=rev
Log:
Fix typo in comment.

Modified:
    cfe/trunk/lib/CodeGen/CGOpenMPRuntime.h

Modified: cfe/trunk/lib/CodeGen/CGOpenMPRuntime.h
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/lib/CodeGen/CGOpenMPRuntime.h?rev=236010&r1=236009&r2=236010&view=diff
==============================================================================
--- cfe/trunk/lib/CodeGen/CGOpenMPRuntime.h (original)
+++ cfe/trunk/lib/CodeGen/CGOpenMPRuntime.h Tue Apr 28 13:19:18 2015
@@ -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





More information about the cfe-commits mailing list