Skip to content

Commit

Permalink
AP_BattMonitor: Fix typos
Browse files Browse the repository at this point in the history
  • Loading branch information
ricdevz authored and lucasdemarchi committed May 13, 2016
1 parent d5a2c57 commit 5237c86
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libraries/AP_BattMonitor/AP_BattMonitor_SMBus_I2C.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ void AP_BattMonitor_SMBus_I2C::read()
}

// read word from register
// returns true if read was succesful, false if failed
// returns true if read was successful, false if failed
bool AP_BattMonitor_SMBus_I2C::read_word(uint8_t reg, uint16_t& data) const
{
// get pointer to i2c bus semaphore
Expand Down

0 comments on commit 5237c86

Please sign in to comment.