From 5dfd29f1771cbe79af8bac3cc621d1fc7a6e7de9 Mon Sep 17 00:00:00 2001 From: Amanda Butler Date: Wed, 17 Apr 2019 15:12:19 -0500 Subject: [PATCH] Fix typos in BusInOut.h Fix typos. --- drivers/BusInOut.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/drivers/BusInOut.h b/drivers/BusInOut.h index b35e6dbf89..618f9b8cf3 100644 --- a/drivers/BusInOut.h +++ b/drivers/BusInOut.h @@ -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