[Cogl] [PATCH 1/6] quaternion: Fix typo in the init_from_z_rotation documentation

Robert Bragg robert at sixbynine.org
Sun May 13 12:14:00 PDT 2012


Yep this looks good to land thanks:

Reviewed-by: Robert Bragg <robert at linux.intel.com>

thanks,
- Robert

On Sat, May 12, 2012 at 8:45 PM, Damien Lespiau
<damien.lespiau at gmail.com> wrote:
> From: Damien Lespiau <damien.lespiau at intel.com>
>
> Clearly from a copy and paste from init_from_y_rotation().
> ---
>  cogl/cogl-quaternion.h |    2 +-
>  1 files changed, 1 insertions(+), 1 deletions(-)
>
> diff --git a/cogl/cogl-quaternion.h b/cogl/cogl-quaternion.h
> index eb60bcd..3813c5a 100644
> --- a/cogl/cogl-quaternion.h
> +++ b/cogl/cogl-quaternion.h
> @@ -238,7 +238,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
> --
> 1.7.7.5
>
> _______________________________________________
> Cogl mailing list
> Cogl at lists.freedesktop.org
> http://lists.freedesktop.org/mailman/listinfo/cogl


More information about the Cogl mailing list