mbed library sources. Supersedes mbed-src.

Dependents:   Nucleo_Hello_Encoder BLE_iBeaconScan AM1805_DEMO DISCO-F429ZI_ExportTemplate1 ... more

Revision:
188:bcfe06ba3d64
Parent:
184:08ed48f1de7f
Child:
189:f392fc9709a3
--- a/drivers/Timeout.h	Thu Sep 06 13:40:20 2018 +0100
+++ b/drivers/Timeout.h	Thu Nov 08 11:46:34 2018 +0000
@@ -25,7 +25,7 @@
 
 /** 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
  *