]> git.imager.perl.org - imager.git/commitdiff
fix documentation nit
authorTony Cook <tony@develop=help.com>
Mon, 22 May 2006 03:24:49 +0000 (03:24 +0000)
committerTony Cook <tony@develop=help.com>
Mon, 22 May 2006 03:24:49 +0000 (03:24 +0000)
tags.c

diff --git a/tags.c b/tags.c
index 1892933f464772deca46546811c3a135148d7dae..2579f26bb46b3a8dd82e4335dc47e64bb2da96ba 100644 (file)
--- a/tags.c
+++ b/tags.c
@@ -409,7 +409,7 @@ int i_tags_set_float2(i_img_tags *tags, char const *name, int code,
 
 Retrieve a tag specified by name or code as an integer.
 
-On success sets the i_color *I<value> to the color and returns true.
+On success sets the int *I<value> to the integer and returns true.
 
 On failure returns false.