Another spelling error

This commit is contained in:
Gregory Nutt 2016-02-24 17:55:30 -06:00
parent 550e0f945b
commit 29297da2a7
3 changed files with 3 additions and 3 deletions

View File

@ -1929,7 +1929,7 @@ static int stm32_i2c_reset(FAR struct i2c_master_s *dev)
stm32_i2c_init(priv);
/* Restore the frequecncy */
/* Restore the frequency*/
stm32_i2c_setclock(priv, frequency);
ret = OK;

View File

@ -2374,7 +2374,7 @@ static int stm32_i2c_reset(FAR struct i2c_master_s * dev)
stm32_i2c_init(priv);
/* Restore the frequecncy */
/* Restore the frequency*/
stm32_i2c_setclock(priv, frequency);
ret = OK;

View File

@ -1929,7 +1929,7 @@ static int stm32_i2c_reset(FAR struct i2c_master_s * dev)
stm32_i2c_init(priv);
/* Restore the frequecncy */
/* Restore the frequency*/
stm32_i2c_setclock(priv, frequency);
ret = OK;