locable->lockable

Minor doxygen comment typo patch
pull/8458/head
Kevin Gilbert 2018-10-17 16:54:32 -05:00 committed by GitHub
parent fc41c3d8e3
commit 3a04e6ae78
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -60,7 +60,7 @@ namespace mbed {
template <typename Lockable>
class ScopedLock : private NonCopyable<ScopedLock<Lockable> > {
public:
/** Locks given locable object
/** Locks given lockable object
*
* @param lockable reference to the instance of Lockable object
* @note lockable object should outlive the ScopedLock object