Skip to content

Commit 3a04e6a

Browse files
authored
locable->lockable
Minor doxygen comment typo patch
1 parent fc41c3d commit 3a04e6a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

platform/ScopedLock.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ namespace mbed {
6060
template <typename Lockable>
6161
class ScopedLock : private NonCopyable<ScopedLock<Lockable> > {
6262
public:
63-
/** Locks given locable object
63+
/** Locks given lockable object
6464
*
6565
* @param lockable reference to the instance of Lockable object
6666
* @note lockable object should outlive the ScopedLock object

0 commit comments

Comments
 (0)