aboutsummaryrefslogtreecommitdiffstats
path: root/examples/performance-thread/common/lthread_mutex.c
diff options
context:
space:
mode:
Diffstat (limited to 'examples/performance-thread/common/lthread_mutex.c')
-rw-r--r--examples/performance-thread/common/lthread_mutex.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/performance-thread/common/lthread_mutex.c b/examples/performance-thread/common/lthread_mutex.c
index c1bc6271..c06d3d51 100644
--- a/examples/performance-thread/common/lthread_mutex.c
+++ b/examples/performance-thread/common/lthread_mutex.c
@@ -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;