]> granicus.if.org Git - imagemagick/commitdiff
(no commit message)
authorcristy <urban-warrior@git.imagemagick.org>
Wed, 20 Mar 2013 20:16:10 +0000 (20:16 +0000)
committercristy <urban-warrior@git.imagemagick.org>
Wed, 20 Mar 2013 20:16:10 +0000 (20:16 +0000)
MagickCore/splay-tree.c

index 3999ce848998dded369520df602f840677ec70fe..a91414284e51bfc0a31f869eaf2ac11d3c6306a8 100644 (file)
@@ -131,8 +131,8 @@ static void
 %                                                                             %
 %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
 %
-%  AddValueToSplayTree() adds the given key and value to the splay-tree.
-%  Both key and value are used as is, without coping or cloning.  It returns
+%  AddValueToSplayTree() adds the given key and value to the splay-tree.  Both
+%  key and value are used as is, without coping or cloning.  It returns
 %  MagickTrue on success, otherwise MagickFalse.
 %
 %  The format of the AddValueToSplayTree method is: