[Ffmpeg-devel] [PATCH]Update Doxygen comments for libavutil/tree.h

Benoit Fouet benoit.fouet
Mon Feb 26 15:15:54 CET 2007


Hi,

Michael Niedermayer wrote:
>> Index: tree.h
>> ===================================================================
>> --- tree.h	(revision 8131)
>> +++ tree.h	(working copy)
>> @@ -42,11 +49,16 @@
>>   *              keep the tree balanced
>>   *
>>   * @return if no insertion happened, the found element
>> - *         if a insertion happened, then either key or NULL is returned (which it is
>> - *         depends on the tree state and the implemenattion, you should make no
>> - *         asumtations that its one or the other in code)
>> + *         if a insertion happened, then either key or NULL is returned (that
>> + *         depends of the tree state and the implementation, you should make no
>> + *         assumptions that it is one or the other in the code)
>>   */
>>     
>
> "of" sounds wrong
>   
depends on

> and i think its "an insertion"
>
>
>   
and you're right
and i'd also remove the "s" at the end of assumption...

Ben





More information about the ffmpeg-devel mailing list