Skip to content

Commit ecd109e

Browse files
Cruz Monrreal IICruz Monrreal II
authored andcommitted
Merge branch 'kegilbert-patch-3' of ssh://github.com/ARMmbed/mbed-os into rollup
2 parents f8997fa + 3a04e6a commit ecd109e

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)