From c65a1d17c21050849ca22480b877c5a8e4d9794e Mon Sep 17 00:00:00 2001 From: Nicolas Aguirre Date: Fri, 10 Oct 2014 12:44:03 +0200 Subject: [PATCH] evas: fix typo in documentation and document the return value of evas_device_add. --- src/lib/evas/Evas_Common.h | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/lib/evas/Evas_Common.h b/src/lib/evas/Evas_Common.h index f9a517d8cf..6dfa5113cf 100644 --- a/src/lib/evas/Evas_Common.h +++ b/src/lib/evas/Evas_Common.h @@ -1323,10 +1323,12 @@ EAPI void evas_render_updates_free(Eina_List *updates); * * @param e The canvas to create the device node for. * - * Adds a new device nod to the given canvas @p e. All devices created as + * Adds a new device node to the given canvas @p e. All devices created as * part of the canvas @p e will automatically be deleted when the canvas * is freed. * + * @return the device node created or NULL if an error occured. + * * @see evas_device_del * @since 1.8 */