summaryrefslogtreecommitdiff
path: root/ext/gd/libgd/wbmp.c
diff options
context:
space:
mode:
authorIlia Alshanetsky <iliaa@php.net>2003-12-28 20:11:08 +0000
committerIlia Alshanetsky <iliaa@php.net>2003-12-28 20:11:08 +0000
commit36db28c8db6febd27c2903d9d21407f42b6a2091 (patch)
tree883bfede4347d2b56061c8f9aaeab1ddbea1406e /ext/gd/libgd/wbmp.c
parente29f589d46ce2ec64c6b4b6c71b8ad18f792b1db (diff)
downloadphp-git-36db28c8db6febd27c2903d9d21407f42b6a2091.tar.gz
CS fixes.
Diffstat (limited to 'ext/gd/libgd/wbmp.c')
-rw-r--r--ext/gd/libgd/wbmp.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/ext/gd/libgd/wbmp.c b/ext/gd/libgd/wbmp.c
index eead82deda..fad3566922 100644
--- a/ext/gd/libgd/wbmp.c
+++ b/ext/gd/libgd/wbmp.c
@@ -28,7 +28,7 @@
/* getmbi
** ------
- ** Get a multibyte integer from a generic getin function
+ ** Get a multibyte integer from a generic getin function
** 'getin' can be getc, with in = NULL
** you can find getin as a function just above the main function
** This way you gain a lot of flexibilty about how this package
@@ -224,7 +224,7 @@ readwbmp (int (*getin) (void *in), void *in, Wbmp ** return_wbmp)
** Why not just giving a filedescriptor to this function?
** Well, the incentive to write this function was the complete
** integration in gd library from www.boutell.com. They use
- ** their own io functions, so the passing of a function seemed to be
+ ** their own io functions, so the passing of a function seemed to be
** a logic(?) decision ...
**
*/
@@ -319,7 +319,7 @@ putout (int c, void *out)
return (putc (c, (FILE *) out));
}
-/* getin from file descriptor
+/* getin from file descriptor
** --------------------------
*/
int