Merge branch 'ARMmbed-kegilbert-patch-1' into rollup-aus_writathon

pull/8410/head
Cruz Monrreal II 2018-10-12 12:07:14 -05:00
commit ae45082d59
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 /** 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 * @note Synchronization level: Interrupt safe
* *