Parcourir la source

[2202] editorial: fixed a typo in a comment

JINMEI Tatuya il y a 12 ans
Parent
commit
46c77cb971
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  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.
     ///