aboutsummaryrefslogtreecommitdiff
path: root/src/common/mythread.h
diff options
context:
space:
mode:
authorLasse Collin <lasse.collin@tukaani.org>2014-01-12 12:11:36 +0200
committerLasse Collin <lasse.collin@tukaani.org>2014-01-12 12:11:36 +0200
commit3e62c68d75b5a3fdd46dbb34bb335d73289860d5 (patch)
tree54de0dade84cc2ebe2373f3c3715e4a5a7369c02 /src/common/mythread.h
parentUpdate THANKS. (diff)
downloadxz-3e62c68d75b5a3fdd46dbb34bb335d73289860d5.tar.xz
Fix typos in comments.
Diffstat (limited to 'src/common/mythread.h')
-rw-r--r--src/common/mythread.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/common/mythread.h b/src/common/mythread.h
index 4a885474..7a68da8f 100644
--- a/src/common/mythread.h
+++ b/src/common/mythread.h
@@ -25,7 +25,7 @@
#ifdef MYTHREAD_ENABLED
////////////////////////////////////////
-// Shared betewen all threading types //
+// Shared between all threading types //
////////////////////////////////////////
// Locks a mutex for a duration of a block.