summaryrefslogtreecommitdiff
path: root/main/rfc1867.c
diff options
context:
space:
mode:
authorPeter Kokot <peterkokot@gmail.com>2018-07-25 05:38:50 +0200
committerChristoph M. Becker <cmbecker69@gmx.de>2018-07-25 11:57:11 +0200
commita5e80b22e11c2db7fd5ff07b5b7a28f80745e89b (patch)
tree31d5964b5ceeb8ca1f81511f08bc4b89d872e8a7 /main/rfc1867.c
parenta29a800cb0749c19a99a7019219c44b5415b6a78 (diff)
downloadphp-git-a5e80b22e11c2db7fd5ff07b5b7a28f80745e89b.tar.gz
Fix typos in code comments
Diffstat (limited to 'main/rfc1867.c')
-rw-r--r--main/rfc1867.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/main/rfc1867.c b/main/rfc1867.c
index 38c420ce6f..8a8e335ef4 100644
--- a/main/rfc1867.c
+++ b/main/rfc1867.c
@@ -392,7 +392,7 @@ static int find_boundary(multipart_buffer *self, char *boundary)
{
char *line;
- /* loop thru lines */
+ /* loop through lines */
while( (line = get_line(self)) )
{
/* finished if we found the boundary */