Browse Source

[2202] editorial: fixed a typo in a comment

JINMEI Tatuya 12 years ago
parent
commit
46c77cb971
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/lib/util/threads/lock.h

+ 1 - 1
src/lib/util/threads/lock.h

@@ -64,7 +64,7 @@ public:
 
     /// \brief Destructor.
     ///
-    /// Destroyes the mutex. It is not allowed to destroy a mutex which is
+    /// Destroys the mutex. It is not allowed to destroy a mutex which is
     /// currently locked. This means a Locker created with this Mutex must
     /// never live longer than the Mutex itself.
     ///