From: JINMEI Tatuya Date: Fri, 28 Sep 2012 20:03:07 +0000 (-0700) Subject: [2202] editorial: fixed a typo in a comment X-Git-Tag: trac2402_base~79^2~7 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=46c77cb971eeb52802fba8091529c9947bfda05c;p=thirdparty%2Fkea.git [2202] editorial: fixed a typo in a comment --- diff --git a/src/lib/util/threads/lock.h b/src/lib/util/threads/lock.h index dd714742ec..6835db655a 100644 --- a/src/lib/util/threads/lock.h +++ b/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. ///