[vmkit-commits] [vmkit] r180330 - Comment fixed.(cherry picked from commit 7f8dbfcbc460ad10c7a09918b8d0a21b48b6193c)

Peter Senna Tschudin peter.senna at gmail.com
Thu Apr 25 09:57:14 PDT 2013


Author: peter.senna
Date: Thu Apr 25 11:55:44 2013
New Revision: 180330

URL: http://llvm.org/viewvc/llvm-project?rev=180330&view=rev
Log:
Comment fixed.(cherry picked from commit 7f8dbfcbc460ad10c7a09918b8d0a21b48b6193c)

Modified:
    vmkit/trunk/include/vmkit/ObjectLocks.h

Modified: vmkit/trunk/include/vmkit/ObjectLocks.h
URL: http://llvm.org/viewvc/llvm-project/vmkit/trunk/include/vmkit/ObjectLocks.h?rev=180330&r1=180329&r2=180330&view=diff
==============================================================================
--- vmkit/trunk/include/vmkit/ObjectLocks.h (original)
+++ vmkit/trunk/include/vmkit/ObjectLocks.h Thu Apr 25 11:55:44 2013
@@ -193,7 +193,7 @@ public:
   /// release - Release the lock.
   static void release(gc* object, LockSystem& table, vmkit::Thread* ownerThread = NULL);
 
-  /// owner - Returns true if the curren thread is the owner of this object's
+  /// owner - Returns true if the current thread is the owner of this object's
   /// lock.
   static bool owner(gc* object, LockSystem& table);
 





More information about the vmkit-commits mailing list