From e6b75b6cfc5f7d9e05daf4b794f6e579fd38d91e Mon Sep 17 00:00:00 2001 From: Damien Lespiau Date: Fri, 11 May 2012 11:22:58 +0100 Subject: [PATCH] quaternion: Fix typo in the init_from_z_rotation documentation Clearly from a copy and paste from init_from_y_rotation(). Reviewed-by: Robert Bragg (cherry picked from commit 2f06f4d79e29bbf30a44edbf48e8eaa637e30930) --- cogl/cogl-quaternion.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cogl/cogl-quaternion.h b/cogl/cogl-quaternion.h index 76cae2932..398fe86f1 100644 --- a/cogl/cogl-quaternion.h +++ b/cogl/cogl-quaternion.h @@ -239,7 +239,7 @@ cogl_quaternion_init_from_y_rotation (CoglQuaternion *quaternion, /** * cogl_quaternion_init_from_z_rotation: * @quaternion: An uninitialized #CoglQuaternion - * @angle: The angle to rotate around the y axis + * @angle: The angle to rotate around the z axis * * * Since: 2.0