mbed library sources. Supersedes mbed-src.

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

Revision:
188:bcfe06ba3d64
Parent:
178:79309dc6340a
Child:
189:f392fc9709a3
--- a/platform/mbed_assert.h	Thu Sep 06 13:40:20 2018 +0100
+++ b/platform/mbed_assert.h	Thu Nov 08 11:46:34 2018 +0000
@@ -29,11 +29,11 @@
 extern "C" {
 #endif
 
-/** Internal mbed assert function which is invoked when MBED_ASSERT macro failes.
+/** Internal mbed assert function which is invoked when MBED_ASSERT macro fails.
  *  This function is active only if NDEBUG is not defined prior to including this
  *  assert header file.
  *  In case of MBED_ASSERT failing condition, error() is called with the assertation message.
- *  @param expr Expresion to be checked.
+ *  @param expr Expression to be checked.
  *  @param file File where assertation failed.
  *  @param line Failing assertation line number.
  */