libcamera: media_device: fix typo in documentation for MediaDevice::deviceNode()

Signed-off-by: Niklas Söderlund <niklas.soderlund@ragnatech.se>
Reviewed-by: Kieran Bingham <kieran.bingham@ideasonboard.com>
Acked-by: Jacopo Mondi <jacopo@jmondi.org>
This commit is contained in:
Niklas Söderlund 2019-01-20 16:00:26 +01:00
parent 8abff82a9c
commit f10f1b8bb1

View file

@ -287,7 +287,7 @@ int MediaDevice::populate()
/**
* \fn MediaDevice::deviceNode()
* \brief Retrieve the media device device node path
* \brief Retrieve the media device node path
* \return The MediaDevice deviceNode path
*/