summaryrefslogtreecommitdiff
path: root/win32
diff options
context:
space:
mode:
authorJarkko Hietaniemi <jhi@iki.fi>2001-06-27 11:45:29 +0000
committerJarkko Hietaniemi <jhi@iki.fi>2001-06-27 11:45:29 +0000
commit022735b47c849ae03c52981ea170ac0d5308050c (patch)
treede8fa952ddbfe5d1095df7d7c25ba0fc373193a1 /win32
parent0222aa7dc291d283102ca6659c13703653b531c6 (diff)
downloadperl-022735b47c849ae03c52981ea170ac0d5308050c.tar.gz
"lose the it's", from Abhijit Menon-Sen.
("It's" not searched, pods not searched.) p4raw-id: //depot/perl@10980
Diffstat (limited to 'win32')
-rw-r--r--win32/win32.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/win32/win32.c b/win32/win32.c
index d2d70e5506..50cf1c4cb3 100644
--- a/win32/win32.c
+++ b/win32/win32.c
@@ -850,7 +850,7 @@ win32_readdir(DIR *dirp)
long endpos = dirp->end - dirp->start;
long newsize = endpos + strlen(ptr) + 1;
/* bump the string table size by enough for the
- * new name and it's null terminator */
+ * new name and its null terminator */
while (newsize > dirp->size) {
long curpos = dirp->curr - dirp->start;
dirp->size *= 2;