Changes from review of PR 114

This commit is contained in:
Gregory Nutt
2016-08-14 13:38:47 -06:00
parent 2b32869b49
commit f84780f36e
2 changed files with 26 additions and 22 deletions
+1 -1
View File
@@ -205,7 +205,7 @@ struct i2c_master_s
struct i2c_transfer_s
{
FAR struct i2c_msg_s *msgv; /* Array of I2C messages for the transfer */
size_t msgc; /* Number of messges in the array. */
size_t msgc; /* Number of messages in the array. */
};
/****************************************************************************