diff --git a/cogl/cogl-context.h b/cogl/cogl-context.h index 0c6f0b542..c44a08b20 100644 --- a/cogl/cogl-context.h +++ b/cogl/cogl-context.h @@ -67,7 +67,7 @@ G_BEGIN_DECLS * that can all access the same GPU without having to worry about * what state other components have left you with. * - * Cogl does not maintain internal references to the context for + * Cogl does not maintain internal references to the context for * resources that depend on the context so applications. This is to * help applications control the lifetime a context without us needing to * introduce special api to handle the breakup of internal circular @@ -84,7 +84,7 @@ G_BEGIN_DECLS * times throughout their lifetime (such as Android applications) they * should be careful to destroy all context dependant resources, such as * framebuffers or textures etc before unrefing and destroying the - * context. + * context. */ #ifdef COGL_ENABLE_EXPERIMENTAL_API