]> git.ipfire.org Git - thirdparty/kea.git/commitdiff
[2202] editorial: fixed a typo in a comment
authorJINMEI Tatuya <jinmei@isc.org>
Fri, 28 Sep 2012 20:03:07 +0000 (13:03 -0700)
committerJINMEI Tatuya <jinmei@isc.org>
Fri, 28 Sep 2012 20:03:07 +0000 (13:03 -0700)
src/lib/util/threads/lock.h

index dd714742ece2062f9b2504d9b8a76fdf1435fbfa..6835db655a049b2b8319329126f3fc208d2e2d80 100644 (file)
@@ -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.
     ///