cvs: gd /libgd/src gd.h

[email protected] ("Takeshi Abe") Tue, 17 Mar 2009 12:12:39 -0000
Newsgroups php.gd.cvs
Message-ID <cvstabe1237291959@cvsserver>
tabe		Tue Mar 17 12:12:39 2009 UTC

  Modified files:              
    /gd/libgd/src	gd.h 
  Log:
  fixed a typo
  
http://cvs.php.net/viewvc.cgi/gd/libgd/src/gd.h?r1=1.53&r2=1.54&diff_format=u
Index: gd/libgd/src/gd.h
diff -u gd/libgd/src/gd.h:1.53 gd/libgd/src/gd.h:1.54
--- gd/libgd/src/gd.h:1.53	Mon Mar  9 15:10:53 2009
+++ gd/libgd/src/gd.h	Tue Mar 17 12:12:39 2009
@@ -828,7 +828,7 @@
 BGD_DECLARE(gdIOCtx *) gdNewDynamicCtx (int size, void *data);
   /* 2.0.21: if freeFlag is nonzero, gd will free and/or reallocate "data" as
     needed as described above. If freeFlag is zero, gd will never free
-    or reallocate "data," which means that the context should only be used
+    or reallocate "data", which means that the context should only be used
     for *reading* an image from a memory buffer, or writing an image to a
     memory buffer which is already large enough. If the memory buffer is
     not large enough and an image write is attempted, the write operation