summaryrefslogtreecommitdiff
path: root/Porting
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 /Porting
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 'Porting')
-rw-r--r--Porting/Glossary2
-rw-r--r--Porting/config_H2
2 files changed, 2 insertions, 2 deletions
diff --git a/Porting/Glossary b/Porting/Glossary
index 8449a910c0..1217b2e4b7 100644
--- a/Porting/Glossary
+++ b/Porting/Glossary
@@ -3550,7 +3550,7 @@ stdio_cnt (d_stdstdio.U):
stdio_filbuf (d_stdstdio.U):
This variable defines how, given a FILE pointer, fp, to tell
- stdio to refill it's internal buffers (?). This will
+ stdio to refill its internal buffers (?). This will
be used to define the macro FILE_filbuf(fp).
stdio_ptr (d_stdstdio.U):
diff --git a/Porting/config_H b/Porting/config_H
index 3c14554bc9..2d53499d14 100644
--- a/Porting/config_H
+++ b/Porting/config_H
@@ -2937,7 +2937,7 @@
* This macro is to be used to generate uniformly distributed
* random numbers over the range [0., 1.[. You may have to supply
* an 'extern double drand48();' in your program since SunOS 4.1.3
- * doesn't provide you with anything relevant in it's headers.
+ * doesn't provide you with anything relevant in its headers.
* See HAS_DRAND48_PROTO.
*/
/* Rand_seed_t: