trivial: fix typo

Change-Id: Id6f486bf151c3fb1065e9dcfae445ec120e83a62
Signed-off-by: Anas Nashif <anas.nashif@intel.com>
This commit is contained in:
Anas Nashif 2017-01-08 10:57:06 -05:00 committed by Anas Nashif
parent f0da59b062
commit e161d08756

View file

@ -882,7 +882,7 @@ int bmi160_init(struct device *dev)
/*
* The next command will take around 100ms (contains some necessary busy
* waits), but we cannot do it in a separate thread since we need to
* guarantee the BMI is up and running, befoare the app's main() is
* guarantee the BMI is up and running, before the app's main() is
* called.
*/
if (bmi160_pmu_set(dev, &bmi160->pmu_sts) < 0) {