summaryrefslogtreecommitdiff
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
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
-rw-r--r--Porting/Glossary2
-rw-r--r--Porting/config_H2
-rw-r--r--README.qnx2
-rw-r--r--emacs/cperl-mode.el2
-rw-r--r--ext/IPC/SysV/Semaphore.pm2
-rw-r--r--ext/List/Util/lib/Scalar/Util.pm2
-rw-r--r--hints/next_3.sh2
-rw-r--r--hints/qnx.sh2
-rw-r--r--lib/CPAN/Nox.pm4
-rw-r--r--lib/ExtUtils/Embed.pm2
-rw-r--r--lib/ExtUtils/MM_NW5.pm2
-rw-r--r--lib/ExtUtils/MM_Unix.pm2
-rw-r--r--lib/ExtUtils/MM_VMS.pm2
-rw-r--r--lib/ExtUtils/MM_Win32.pm2
-rw-r--r--lib/Net/DummyInetd.pm2
-rw-r--r--win32/win32.c2
16 files changed, 17 insertions, 17 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:
diff --git a/README.qnx b/README.qnx
index ebff5482a1..67ffd7a9c6 100644
--- a/README.qnx
+++ b/README.qnx
@@ -49,7 +49,7 @@ a cover function on the fly in the UU directory.
Configure and perl need a way to invoke a C
preprocessor. I have created a simple cover
for cc which does the right thing. Without this,
-Configure will create it's own wrapper which works,
+Configure will create its own wrapper which works,
but it doesn't handle some of the command line arguments
that perl will throw at it.
diff --git a/emacs/cperl-mode.el b/emacs/cperl-mode.el
index ff16b03942..8abdb0ea3a 100644
--- a/emacs/cperl-mode.el
+++ b/emacs/cperl-mode.el
@@ -1610,7 +1610,7 @@ For best results apply to an older Emacs the patches from
ftp://ftp.math.ohio-state.edu/pub/users/ilya/cperl-mode/patches
\(this upgrades syntax-parsing abilities of RMS Emaxen v19.34 and
v20.2 up to the level of RMS Emacs v20.3 - a must for a good Perl
-mode.) You will not get much from XEmacs, it's syntax abilities are
+mode.) You will not get much from XEmacs; its syntax abilities are
too primitive.
Get support packages choose-color.el (or font-lock-extra.el before
diff --git a/ext/IPC/SysV/Semaphore.pm b/ext/IPC/SysV/Semaphore.pm
index 641ab4bdae..0505be222f 100644
--- a/ext/IPC/SysV/Semaphore.pm
+++ b/ext/IPC/SysV/Semaphore.pm
@@ -206,7 +206,7 @@ Returns the values of the semaphore set as an array.
=item getncnt ( SEM )
Returns the number of processed waiting for the semaphore C<SEM> to
-become greater than it's current value
+become greater than its current value
=item getpid ( SEM )
diff --git a/ext/List/Util/lib/Scalar/Util.pm b/ext/List/Util/lib/Scalar/Util.pm
index 78324d0e17..8a7a8a349e 100644
--- a/ext/List/Util/lib/Scalar/Util.pm
+++ b/ext/List/Util/lib/Scalar/Util.pm
@@ -75,7 +75,7 @@ hold a reference count on the object it references. Also when the reference
count on that object reaches zero, REF will be set to undef.
This is useful for keeping copies of references , but you don't want to
-prevent the object being DESTROY-ed at it's usual time.
+prevent the object being DESTROY-ed at its usual time.
=back
diff --git a/hints/next_3.sh b/hints/next_3.sh
index 27c9bd9877..d142de5e76 100644
--- a/hints/next_3.sh
+++ b/hints/next_3.sh
@@ -2,7 +2,7 @@
# Andreas Koenig <k@franz.ww.TU-Berlin.DE> and Gerd Knops <gerti@BITart.com>.
# Comments, questions, and improvements welcome!
#
-# These hints work for NeXT 3.2 and 3.3. 3.0 has it's own
+# These hints work for NeXT 3.2 and 3.3. 3.0 has its own
# special hint file.
#
diff --git a/hints/qnx.sh b/hints/qnx.sh
index 06d9010144..717d115126 100644
--- a/hints/qnx.sh
+++ b/hints/qnx.sh
@@ -24,7 +24,7 @@
# cpp Configure and perl need a way to invoke a C
# preprocessor. I have created a simple cover
# for cc which does the right thing. Without this,
-# Configure will create it's own wrapper which works,
+# Configure will create its own wrapper which works,
# but it doesn't handle some of the command line arguments
# that perl will throw at it.
# make You really need GNU make to compile this. GNU make
diff --git a/lib/CPAN/Nox.pm b/lib/CPAN/Nox.pm
index 8b59ca07a1..2412df66ba 100644
--- a/lib/CPAN/Nox.pm
+++ b/lib/CPAN/Nox.pm
@@ -32,8 +32,8 @@ Interactive mode:
=head1 DESCRIPTION
This package has the same functionality as CPAN.pm, but tries to
-prevent the usage of compiled extensions during it's own
-execution. It's primary purpose is a rescue in case you upgraded perl
+prevent the usage of compiled extensions during its own
+execution. Its primary purpose is a rescue in case you upgraded perl
and broke binary compatibility somehow.
=head1 SEE ALSO
diff --git a/lib/ExtUtils/Embed.pm b/lib/ExtUtils/Embed.pm
index cbdd2bba04..ed5cd0da33 100644
--- a/lib/ExtUtils/Embed.pm
+++ b/lib/ExtUtils/Embed.pm
@@ -466,7 +466,7 @@ This function returns a string of B<boot_$ModuleName> prototypes for each @modul
This function returns a string of calls to B<newXS()> that glue the module B<bootstrap>
function to B<boot_ModuleName> for each @modules.
-B<xsinit()> uses the xsi_* functions to generate most of it's code.
+B<xsinit()> uses the xsi_* functions to generate most of its code.
=back
diff --git a/lib/ExtUtils/MM_NW5.pm b/lib/ExtUtils/MM_NW5.pm
index 5b156d631a..dc691e9dfa 100644
--- a/lib/ExtUtils/MM_NW5.pm
+++ b/lib/ExtUtils/MM_NW5.pm
@@ -474,7 +474,7 @@ $(INST_STATIC): $(OBJECT) $(MYEXTLIB) $(INST_ARCHAUTODIR)\.exists
$(RM_RF) $@
END
- # If this extension has it's own library (eg SDBM_File)
+ # If this extension has its own library (eg SDBM_File)
# then copy that to $(INST_STATIC) and add $(OBJECT) into it.
push(@m, "\t$self->{CP} \$(MYEXTLIB) \$\@\n") if $self->{MYEXTLIB};
diff --git a/lib/ExtUtils/MM_Unix.pm b/lib/ExtUtils/MM_Unix.pm
index 99fbef0cb4..97016417d2 100644
--- a/lib/ExtUtils/MM_Unix.pm
+++ b/lib/ExtUtils/MM_Unix.pm
@@ -3253,7 +3253,7 @@ sub static_lib {
$(INST_STATIC): $(OBJECT) $(MYEXTLIB) $(INST_ARCHAUTODIR)/.exists
$(RM_RF) $@
END
- # If this extension has it's own library (eg SDBM_File)
+ # If this extension has its own library (eg SDBM_File)
# then copy that to $(INST_STATIC) and add $(OBJECT) into it.
push(@m, "\t$self->{CP} \$(MYEXTLIB) \$\@\n") if $self->{MYEXTLIB};
diff --git a/lib/ExtUtils/MM_VMS.pm b/lib/ExtUtils/MM_VMS.pm
index 04a42d9ad2..816074a4bd 100644
--- a/lib/ExtUtils/MM_VMS.pm
+++ b/lib/ExtUtils/MM_VMS.pm
@@ -1332,7 +1332,7 @@ $(OBJECT) : $(INST_ARCHAUTODIR).exists
$(INST_STATIC) : $(OBJECT) $(MYEXTLIB)
';
- # If this extension has it's own library (eg SDBM_File)
+ # If this extension has its own library (eg SDBM_File)
# then copy that to $(INST_STATIC) and add $(OBJECT) into it.
push(@m, "\t",'$(CP) $(MYEXTLIB) $(MMS$TARGET)',"\n") if $self->{MYEXTLIB};
diff --git a/lib/ExtUtils/MM_Win32.pm b/lib/ExtUtils/MM_Win32.pm
index a75ec0d289..7bcf1f1e97 100644
--- a/lib/ExtUtils/MM_Win32.pm
+++ b/lib/ExtUtils/MM_Win32.pm
@@ -415,7 +415,7 @@ sub static_lib {
$(INST_STATIC): $(OBJECT) $(MYEXTLIB) $(INST_ARCHAUTODIR)\.exists
$(RM_RF) $@
END
- # If this extension has it's own library (eg SDBM_File)
+ # If this extension has its own library (eg SDBM_File)
# then copy that to $(INST_STATIC) and add $(OBJECT) into it.
push(@m, "\t$self->{CP} \$(MYEXTLIB) \$\@\n") if $self->{MYEXTLIB};
diff --git a/lib/Net/DummyInetd.pm b/lib/Net/DummyInetd.pm
index 82473372ad..2ffddf732b 100644
--- a/lib/Net/DummyInetd.pm
+++ b/lib/Net/DummyInetd.pm
@@ -103,7 +103,7 @@ Net::DummyInetd - A dummy Inetd server
=head1 DESCRIPTION
-C<Net::DummyInetd> is just what it's name says, it is a dummy inetd server.
+C<Net::DummyInetd> is just what its name says, it is a dummy inetd server.
Creation of a C<Net::DummyInetd> will cause a child process to be spawned off
which will listen to a socket. When a connection arrives on this socket
the specified command is fork'd and exec'd with STDIN and STDOUT file
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;