New upstream version 17.08
[deb_dpdk.git] / examples / performance-thread / common / lthread_mutex.c
index c1bc627..c06d3d5 100644 (file)
@@ -173,7 +173,7 @@ int lthread_mutex_lock(struct lthread_mutex *m)
        return 0;
 }
 
-/* try to lock a mutex but dont block */
+/* try to lock a mutex but don't block */
 int lthread_mutex_trylock(struct lthread_mutex *m)
 {
        struct lthread *lt = THIS_LTHREAD;