Skip to content

Commit 3741440

Browse files
committed
Fix typo and clarify documentation
1 parent 532f378 commit 3741440

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

components/storage/blockdevice/COMPONENT_I2CEE/I2CEEBlockDevice.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -184,8 +184,8 @@ class I2CEEBlockDevice : public BlockDevice {
184184
/**
185185
* Gets the device's I2C address with respect to the requested page.
186186
* When eight bit mode is disabled, this function is a noop.
187-
* When eight bit mode is enabled, it sets the bits required for this bit
188-
* in the devices address. Other bits remain unchained.
187+
* When eight bit mode is enabled, it sets the bits required
188+
* in the devices address. Other bits remain unchanged.
189189
* @param address An address in the requested page.
190190
* @return The device's I2C address for that page
191191
*/

0 commit comments

Comments
 (0)