From bde1d2e6616785ef6fa7b7068e38179abd14347f Mon Sep 17 00:00:00 2001 From: Damien Lespiau Date: Mon, 31 Dec 2012 17:22:14 +0000 Subject: [PATCH] doc: Fix FALSE documentation Typo with the copy & paste from TRUE. (cherry picked from commit c7d4a13889ee5681a237a0d2a0fbbdca79120f17) --- cogl/cogl-types.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cogl/cogl-types.h b/cogl/cogl-types.h index 768a0eb10..aed1e0a1d 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.