summaryrefslogtreecommitdiff
path: root/cogl/cogl-object.h
diff options
context:
space:
mode:
Diffstat (limited to 'cogl/cogl-object.h')
-rw-r--r--cogl/cogl-object.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/cogl/cogl-object.h b/cogl/cogl-object.h
index cf731167..df1ab932 100644
--- a/cogl/cogl-object.h
+++ b/cogl/cogl-object.h
@@ -81,7 +81,7 @@ cogl_object_unref (void *object);
* static void
* destroy_path_private_cb (void *data)
* {
- * g_free (data);
+ * u_free (data);
* }
*
* static void