diff -r 1d28c8722707 -r 172f33f13d7d kernel/eka/include/e32const.h --- a/kernel/eka/include/e32const.h Tue Nov 02 15:29:23 2010 +0000 +++ b/kernel/eka/include/e32const.h Tue Nov 02 15:42:21 2010 +0000 @@ -1397,14 +1397,16 @@ @publishedAll @released -An enumerator with a single enumeration value that defines the Boolean value -true in Symbian OS. +An enumerator with a single enumeration value that defines a default true +value in Symbian OS. + +In general, this value should not be used for comparisons (see TBool for more information). @see TBool */ enum TTrue { /** - Defines the value true that is passed to a TBool type. + Defines a value true that can be passed to a TBool type. */ ETrue=TRUE };