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

pull/8410/head
Cruz Monrreal II 2018-10-12 12:07:14 -05:00
commit b7e022d659
1 changed files with 1 additions and 1 deletions

View File

@ -25,7 +25,7 @@ namespace mbed {
/** A Timeout is used to call a function at a point in the future
*
* You can use as many seperate Timeout objects as you require.
* You can use as many separate Timeout objects as you require.
*
* @note Synchronization level: Interrupt safe
*