From 3741440b77e09cd293c3abab013dfffcc5781286 Mon Sep 17 00:00:00 2001 From: Stephan Brunner Date: Wed, 19 Feb 2020 11:58:07 +0100 Subject: [PATCH] Fix typo and clarify documentation --- .../storage/blockdevice/COMPONENT_I2CEE/I2CEEBlockDevice.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/components/storage/blockdevice/COMPONENT_I2CEE/I2CEEBlockDevice.h b/components/storage/blockdevice/COMPONENT_I2CEE/I2CEEBlockDevice.h index 9bf9767939..cf07cc5ef5 100644 --- a/components/storage/blockdevice/COMPONENT_I2CEE/I2CEEBlockDevice.h +++ b/components/storage/blockdevice/COMPONENT_I2CEE/I2CEEBlockDevice.h @@ -184,8 +184,8 @@ private: /** * Gets the device's I2C address with respect to the requested page. * When eight bit mode is disabled, this function is a noop. - * When eight bit mode is enabled, it sets the bits required for this bit - * in the devices address. Other bits remain unchained. + * When eight bit mode is enabled, it sets the bits required + * in the devices address. Other bits remain unchanged. * @param address An address in the requested page. * @return The device's I2C address for that page */