From c64e0103afdf5d4f79137638657cfdacbddd34a8 Mon Sep 17 00:00:00 2001 From: Alexandre Quessy Date: Thu, 25 Nov 2010 13:13:51 -0500 Subject: [PATCH] Fixed "the the" repetitions in some doc strings http://bugzilla.clutter-project.org/show_bug.cgi?id=2450 --- cogl/cogl-fixed.c | 2 +- cogl/cogl-vertex-buffer.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/cogl/cogl-fixed.c b/cogl/cogl-fixed.c index 8864d5c49..99c7d5b64 100644 --- a/cogl/cogl-fixed.c +++ b/cogl/cogl-fixed.c @@ -893,7 +893,7 @@ unsigned int cogl_fixed_pow2 (CoglFixed x) { /* Note: we could easily have a version that produces CoglFixed result, - * but the the range would be limited to x < 15, and the int precision + * but the range would be limited to x < 15, and the int precision * is enough for the current purposes. */ diff --git a/cogl/cogl-vertex-buffer.c b/cogl/cogl-vertex-buffer.c index 09f5a2038..a7788439d 100644 --- a/cogl/cogl-vertex-buffer.c +++ b/cogl/cogl-vertex-buffer.c @@ -740,7 +740,7 @@ filter_already_submitted_attribute (CoglVertexBufferAttrib *attribute, /* Mark all but the matched attribute as UNUSED, so that when we * finish filtering all our attributes any attrributes still - * marked as UNUSED can be removed from the their cogl_vbo */ + * marked as UNUSED can be removed from their cogl_vbo */ for (tmp2 = cogl_vbo->attributes; tmp2 != NULL; tmp2 = tmp2->next) { CoglVertexBufferAttrib *vbo_attribute = tmp2->data;