doc: Fix FALSE documentation

Typo with the copy & paste from TRUE.

(cherry picked from commit c7d4a13889ee5681a237a0d2a0fbbdca79120f17)
This commit is contained in:
Damien Lespiau 2012-12-31 17:22:14 +00:00 committed by Robert Bragg
parent 9401cb044e
commit bde1d2e661

View File

@ -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.