Fix typos in BusInOut.h

Fix typos.
pull/10469/head
Amanda Butler 2019-04-17 15:12:19 -05:00 committed by adbridge
parent 76453bfd81
commit 5dfd29f177
1 changed files with 2 additions and 2 deletions

View File

@ -25,8 +25,8 @@ namespace mbed {
/** \addtogroup drivers */
/** A digital input output bus, used for setting the state of a collection of pins.
* Implemented as an array of DigitalInOut pins, the bus can be constucted by any
* pins without restriction other than being capable of digitial input or output
* Implemented as an array of DigitalInOut pins, the bus can be constructed by any
* pins without restriction other than being capable of digital input or output
* capabilities
*
* @note Synchronization level: Thread safe