Skip to content

Commit a28d1c0

Browse files
authored
Fix minor typo
1 parent 19190d6 commit a28d1c0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

drivers/Timeout.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ namespace mbed {
2525

2626
/** A Timeout is used to call a function at a point in the future
2727
*
28-
* You can use as many seperate Timeout objects as you require.
28+
* You can use as many separate Timeout objects as you require.
2929
*
3030
* @note Synchronization level: Interrupt safe
3131
*

0 commit comments

Comments
 (0)