]> Gitweb @ Texas Instruments - Open Source Git Repositories - git.TI.com/gitweb - opencl/llvm.git/commitdiff
Correct spelling.
authorYaron Keren <yaron.keren@gmail.com>
Fri, 15 Nov 2013 11:42:49 +0000 (11:42 +0000)
committerYaron Keren <yaron.keren@gmail.com>
Fri, 15 Nov 2013 11:42:49 +0000 (11:42 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@194808 91177308-0d34-0410-b5e6-96231b3b80d8

lib/ExecutionEngine/IntelJITEvents/IntelJITEventsWrapper.h

index 3d9ff53516108e272d93a95db397a536bacc3fab..777d0f179cb5a96f3f47dae909d3c0d8330b18a9 100644 (file)
@@ -61,7 +61,7 @@ public:
     GetNewMethodIDFunc(GetNewMethodIDImpl) {
   }
 
-  // Sends an event anncouncing that a function has been emitted
+  // Sends an event announcing that a function has been emitted
   //   return values are event-specific.  See Intel documentation for details.
   int  iJIT_NotifyEvent(iJIT_JVM_EVENT EventType, void *EventSpecificData) {
     if (!NotifyEventFunc)