device: small typo in comment

Fix typo in doxygen comment

Change-Id: I6c71fda2b9746302abfcdd1ac39fd653374c5c16
Signed-off-by: Pedro Morales Romero <pedro.morales.romero@intel.com>
This commit is contained in:
Pedro Morales Romero 2016-06-09 08:46:13 +01:00 committed by Anas Nashif
commit 1f6ae901b6

View file

@ -313,7 +313,7 @@ struct device_config {
* @param device_config Build time config information
* @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
* @param driver_data driver instance data. For driver use only
*/
struct device {
struct device_config *config;