summaryrefslogtreecommitdiff
path: root/Porting
diff options
context:
space:
mode:
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: