summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDamien Lespiau <damien.lespiau@intel.com>2012-12-31 17:22:14 +0000
committerRobert Bragg <robert@linux.intel.com>2013-01-21 14:20:38 +0000
commit5395dce7a76f413c44325d9a45645d3689902118 (patch)
tree29ad31a84f34fd69b1d678a7fd5167c6db52eef8
parentdfa0703cc48d0f4704976588d6207229afc2043b (diff)
downloadcogl-5395dce7a76f413c44325d9a45645d3689902118.tar.gz
doc: Fix FALSE documentation
Typo with the copy & paste from TRUE. (cherry picked from commit c7d4a13889ee5681a237a0d2a0fbbdca79120f17)
-rw-r--r--cogl/cogl-types.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/cogl/cogl-types.h b/cogl/cogl-types.h
index 768a0eb1..aed1e0a1 100644
--- a/cogl/cogl-types.h
+++ b/cogl/cogl-types.h
@@ -81,7 +81,7 @@ typedef int CoglBool;
#endif
/**
- * TRUE:
+ * FALSE:
*
* A constant to be used with #CoglBool types to indicate a boolean in
* the "false" state.