Fix typo and clarify documentation

pull/12446/head
Stephan Brunner 2020-02-19 11:58:07 +01:00
parent 532f3786a0
commit 3741440b77
No known key found for this signature in database
GPG Key ID: D3CD7237AFB7EF6B
1 changed files with 2 additions and 2 deletions

View File

@ -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
*/