]> git.droids-corp.org - dpdk.git/blobdiff - examples/performance-thread/common/lthread_mutex.c
fix typos using codespell utility
[dpdk.git] / examples / performance-thread / common / lthread_mutex.c
index c1bc627104d438adc397ec35c0962a8183f88e81..c06d3d513cdb5309a068258521b023896cf6573e 100644 (file)
@@ -173,7 +173,7 @@ int lthread_mutex_lock(struct lthread_mutex *m)
        return 0;
 }
 
        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;
 int lthread_mutex_trylock(struct lthread_mutex *m)
 {
        struct lthread *lt = THIS_LTHREAD;