From 785f4c1a5e527a828abfe2f347d1436cd41e00e4 Mon Sep 17 00:00:00 2001 From: "se.osadchy" Date: Mon, 7 Dec 2015 16:51:55 -0800 Subject: [PATCH] evas: fix mistake in descriptions of matrix Summary: Wrong word in documentation eina_matrix.h. Reviewers: Hermet, raster, jpeg, cedric Reviewed By: jpeg, cedric Subscribers: jpeg Differential Revision: https://phab.enlightenment.org/D3406 Signed-off-by: Cedric BAIL --- src/lib/eina/eina_matrix.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/lib/eina/eina_matrix.h b/src/lib/eina/eina_matrix.h index af3b024d89..14dcd8e8e6 100644 --- a/src/lib/eina/eina_matrix.h +++ b/src/lib/eina/eina_matrix.h @@ -622,7 +622,7 @@ EAPI void eina_matrix4_multiply_copy(Eina_Matrix4 *out, /** * @brief Set array to matrix. * - * @param m The rsult matrix + * @param m The result matrix * @param v The the array[16] for set * * Set to matrix first 16 elements from array @@ -673,7 +673,7 @@ EAPI void eina_matrix4_ortho_set(Eina_Matrix4 *m, /** * @brief Set array to matrix. * - * @param m The rsult matrix + * @param m The result matrix * @param v The the array[9] for set * * Set to matrix first 9 elements from array