From e161d08756741a56f0b6a6967990454d27365d7f Mon Sep 17 00:00:00 2001 From: Anas Nashif Date: Sun, 8 Jan 2017 10:57:06 -0500 Subject: [PATCH] trivial: fix typo Change-Id: Id6f486bf151c3fb1065e9dcfae445ec120e83a62 Signed-off-by: Anas Nashif --- drivers/sensor/bmi160/bmi160.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/sensor/bmi160/bmi160.c b/drivers/sensor/bmi160/bmi160.c index 36c81ab4d21612..30f706fe3d3fff 100644 --- a/drivers/sensor/bmi160/bmi160.c +++ b/drivers/sensor/bmi160/bmi160.c @@ -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) {