Fix typos in BusInOut.h

Fix typos.
pull/10408/head
Amanda Butler 2019-04-17 15:12:19 -05:00 committed by GitHub
parent d88f2d9eed
commit 04552a1409
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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