Merge branch 'kegilbert-patch-3' of ssh://github.com/ARMmbed/mbed-os into rollup

pull/8463/head
Cruz Monrreal II 2018-10-17 21:38:41 -05:00
commit ecd109e0be
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