Fixed typo: unctions->functions
Change-Id: I10bbc121c9cb14c02eaf18efe22eb9df18081567 Signed-off-by: Anas Nashif <anas.nashif@intel.com>
This commit is contained in:
parent
d62d1ac256
commit
894a521131
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
*/
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue