From: cristy Date: Wed, 20 Mar 2013 20:16:10 +0000 (+0000) Subject: (no commit message) X-Git-Tag: 7.0.1-0~4050 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=cf1cddc3432e97f061adce01fe80349e18f92522;p=imagemagick --- diff --git a/MagickCore/splay-tree.c b/MagickCore/splay-tree.c index 3999ce848..a91414284 100644 --- a/MagickCore/splay-tree.c +++ b/MagickCore/splay-tree.c @@ -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: