We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fc41c3d commit 3a04e6aCopy full SHA for 3a04e6a
platform/ScopedLock.h
@@ -60,7 +60,7 @@ namespace mbed {
60
template <typename Lockable>
61
class ScopedLock : private NonCopyable<ScopedLock<Lockable> > {
62
public:
63
- /** Locks given locable object
+ /** Locks given lockable object
64
*
65
* @param lockable reference to the instance of Lockable object
66
* @note lockable object should outlive the ScopedLock object
0 commit comments