From 1f6ae901b61e4f7241056f87a78aea56978a4917 Mon Sep 17 00:00:00 2001 From: Pedro Morales Romero Date: Thu, 9 Jun 2016 08:46:13 +0100 Subject: [PATCH] device: small typo in comment Fix typo in doxygen comment Change-Id: I6c71fda2b9746302abfcdd1ac39fd653374c5c16 Signed-off-by: Pedro Morales Romero --- include/device.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/device.h b/include/device.h index e02d119d7dd..c56598b00ff 100644 --- a/include/device.h +++ b/include/device.h @@ -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;