mbed library sources. Supersedes mbed-src.

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

Revision:
184:08ed48f1de7f
Parent:
170:19eb464bc2be
Child:
189:f392fc9709a3
--- a/hal/spi_api.h	Tue Mar 20 17:01:51 2018 +0000
+++ b/hal/spi_api.h	Thu Apr 19 17:12:19 2018 +0100
@@ -119,7 +119,7 @@
 
 /** Write a block out in master mode and receive a value
  *
- *  The total number of bytes sent and recieved will be the maximum of
+ *  The total number of bytes sent and received will be the maximum of
  *  tx_length and rx_length. The bytes written will be padded with the
  *  value 0xff.
  *