mirror of
https://github.com/brl/mutter.git
synced 2024-11-10 07:56:14 -05:00
Fixed "the the" repetitions in some doc strings
http://bugzilla.clutter-project.org/show_bug.cgi?id=2450
This commit is contained in:
parent
cf647e327f
commit
c64e0103af
@ -893,7 +893,7 @@ unsigned int
|
|||||||
cogl_fixed_pow2 (CoglFixed x)
|
cogl_fixed_pow2 (CoglFixed x)
|
||||||
{
|
{
|
||||||
/* Note: we could easily have a version that produces CoglFixed result,
|
/* 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.
|
* is enough for the current purposes.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
@ -740,7 +740,7 @@ filter_already_submitted_attribute (CoglVertexBufferAttrib *attribute,
|
|||||||
|
|
||||||
/* Mark all but the matched attribute as UNUSED, so that when we
|
/* Mark all but the matched attribute as UNUSED, so that when we
|
||||||
* finish filtering all our attributes any attrributes still
|
* 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)
|
for (tmp2 = cogl_vbo->attributes; tmp2 != NULL; tmp2 = tmp2->next)
|
||||||
{
|
{
|
||||||
CoglVertexBufferAttrib *vbo_attribute = tmp2->data;
|
CoglVertexBufferAttrib *vbo_attribute = tmp2->data;
|
||||||
|
Loading…
Reference in New Issue
Block a user