From 894a521131ca3bfef8ef27783c04509331f9b8bb Mon Sep 17 00:00:00 2001 From: Anas Nashif Date: Sat, 29 Aug 2015 11:41:58 -0400 Subject: [PATCH] Fixed typo: unctions->functions Change-Id: I10bbc121c9cb14c02eaf18efe22eb9df18081567 Signed-off-by: Anas Nashif --- include/device.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/device.h b/include/device.h index e9a23b44c20..f78ef3c83f5 100644 --- a/include/device.h +++ b/include/device.h @@ -85,7 +85,7 @@ struct device_config { /** * @brief Runtime device structure (In memory) Per driver instance * @param device_config Build time config information - * @param driver_api pointer to structure containing the API unctions for + * @param driver_api pointer to structure containing the API functions for * the device type. This pointer is filled in by the driver at init time. * @param driver_data river instance data. For driver use only */