delorie.com/archives/browse.cgi   search  
Mail Archives: djgpp-workers/2003/01/09/08:15:30

Date: Thu, 9 Jan 2003 15:15:17 +0200 (EET)
From: Esa A E Peuha <peuha AT cc DOT helsinki DOT fi>
Sender: peuha AT sirppi DOT helsinki DOT fi
To: djgpp-workers AT delorie DOT com
Subject: Typo fixes ("it's" to "its")
Message-ID: <Pine.OSF.4.51.0301091507010.6237@sirppi.helsinki.fi>
MIME-Version: 1.0
Reply-To: djgpp-workers AT delorie DOT com

There are quite a few places where "it's" is used instead of "its" in
the CVS tree; I think I found them all.  OK to commit?

Index: include/dpmi.h
===================================================================
RCS file: /cvs/djgpp/djgpp/include/dpmi.h,v
retrieving revision 1.3
diff -p -u -r1.3 dpmi.h
--- include/dpmi.h	4 Aug 1999 19:54:58 -0000	1.3
+++ include/dpmi.h	9 Jan 2003 12:57:46 -0000
@@ -317,7 +317,7 @@ int _go32_dpmi_free_real_mode_callback(_

 /* The following two variables may be used to change the default stack size
    for interrupts and rmcb wrappers to a user defined size from the default
-   of 32Kbytes.  Each RMCB and chain/iret wrapper gets it's own stack. */
+   of 32Kbytes.  Each RMCB and chain/iret wrapper gets its own stack. */

 extern unsigned long _go32_interrupt_stack_size;
 extern unsigned long _go32_rmcb_stack_size;
Index: info/posix2time.3
===================================================================
RCS file: /cvs/djgpp/djgpp/info/posix2time.3,v
retrieving revision 1.1
diff -p -u -r1.1 posix2time.3
--- info/posix2time.3	17 Jul 1998 16:54:12 -0000	1.1
+++ info/posix2time.3	9 Jan 2003 12:57:46 -0000
@@ -74,7 +74,7 @@ TIME2POSIX(3)
        inferiority of the POSIX representation.

        The following table summarizes the relationship between  a
-       time  T  and  it's conversion to, and back from, the POSIX
+       time  T  and  its  conversion to, and back from, the POSIX
        representation over the leap second inserted at the end of
        June, 1993.
        DATE     TIME     T   X=time2posix(T) posix2time(X)
Index: info/time2posix.3
===================================================================
RCS file: /cvs/djgpp/djgpp/info/time2posix.3,v
retrieving revision 1.1
diff -p -u -r1.1 time2posix.3
--- info/time2posix.3	17 Jul 1998 16:53:36 -0000	1.1
+++ info/time2posix.3	9 Jan 2003 12:57:46 -0000
@@ -74,7 +74,7 @@ TIME2POSIX(3)
        inferiority of the POSIX representation.

        The following table summarizes the relationship between  a
-       time  T  and  it's conversion to, and back from, the POSIX
+       time  T  and  its  conversion to, and back from, the POSIX
        representation over the leap second inserted at the end of
        June, 1993.
        DATE     TIME     T   X=time2posix(T) posix2time(X)
Index: src/libc/ansi/setjmp/setjmp.txh
===================================================================
RCS file: /cvs/djgpp/djgpp/src/libc/ansi/setjmp/setjmp.txh,v
retrieving revision 1.2
diff -p -u -r1.2 setjmp.txh
--- src/libc/ansi/setjmp/setjmp.txh	27 Sep 1998 15:20:40 -0000	1.2
+++ src/libc/ansi/setjmp/setjmp.txh	9 Jan 2003 12:57:46 -0000
@@ -16,7 +16,7 @@ implement coroutines.

 @subheading Return Value

-This function will return zero if it is returning from it's own call.
+This function will return zero if it is returning from its own call.
 If longjmp is used to restore the state, it will return whatever value
 was passed to longjmp, except if zero is passed to longjmp it will
 return one.
Index: src/libc/dos/lfn/_use_lfn.txh
===================================================================
RCS file: /cvs/djgpp/djgpp/src/libc/dos/lfn/_use_lfn.txh,v
retrieving revision 1.6
diff -p -u -r1.6 _use_lfn.txh
--- src/libc/dos/lfn/_use_lfn.txh	17 Oct 2001 03:47:21 -0000	1.6
+++ src/libc/dos/lfn/_use_lfn.txh	9 Jan 2003 12:57:46 -0000
@@ -370,7 +370,7 @@ This function could be called to determi
 DOS before long file name support.  If this function returns 1 the
 filename probably does not have a long name entry on a FAT file
 system.  The library internally calls this function to determine
-if a file should have it's name lower cased when @pxref{_preserve_fncase} is
+if a file should have its name lower cased when @pxref{_preserve_fncase} is
 false.

 @subheading Return value
Index: src/libc/dos/process/dosexec.c
===================================================================
RCS file: /cvs/djgpp/djgpp/src/libc/dos/process/dosexec.c,v
retrieving revision 1.19
diff -p -u -r1.19 dosexec.c
--- src/libc/dos/process/dosexec.c	21 Aug 2001 03:22:46 -0000	1.19
+++ src/libc/dos/process/dosexec.c	9 Jan 2003 12:57:46 -0000
@@ -443,7 +443,7 @@ static int direct_exec_tail (const char
     else {

       /* Test the DPMI provider to see how it behaves.  We allocate
-         a descriptor, get it's access rights and full 8 byte descriptor.
+         a descriptor, get its access rights and full 8 byte descriptor.
          We then free it, and see what changed.  The present bit, run
          ring and selector type (user) might change.  Algorithm 1: These
          can be detected with a single hardware instruction (LAR).
Index: src/libm/math/ansidecl.h
===================================================================
RCS file: /cvs/djgpp/djgpp/src/libm/math/ansidecl.h,v
retrieving revision 1.1
diff -p -u -r1.1 ansidecl.h
--- src/libm/math/ansidecl.h	15 Apr 1997 08:34:36 -0000	1.1
+++ src/libm/math/ansidecl.h	9 Jan 2003 12:57:46 -0000
@@ -19,7 +19,7 @@ Foundation, Inc., 675 Mass Ave, Cambridg
 /* ANSI and traditional C compatibility macros

    Some ANSI environments are "broken" in the sense that __STDC__ cannot be
-   relied upon to have it's intended meaning.  Therefore we must use our own
+   relied upon to have its intended meaning.  Therefore we must use our own
    concoction: _HAVE_STDC.  Always use _HAVE_STDC instead of __STDC__ in newlib
    sources!

Index: src/stub/stubify.c
===================================================================
RCS file: /cvs/djgpp/djgpp/src/stub/stubify.c,v
retrieving revision 1.5
diff -p -u -r1.5 stubify.c
--- src/stub/stubify.c	5 Jan 2003 18:03:53 -0000	1.5
+++ src/stub/stubify.c	9 Jan 2003 12:57:46 -0000
@@ -251,7 +251,7 @@ int main(int argc, char **argv)
     fprintf(stderr, "\nThis program is NOT shareware or public domain.  It is copyrighted.\n");
     fprintf(stderr, "It is redistributable but only as part of a complete package.  If you\n");
     fprintf(stderr, "have a copy of this program, the place that you got it from is\n");
-    fprintf(stderr, "responsible for making sure you are able to get it's sources as well.\n");
+    fprintf(stderr, "responsible for making sure you are able to get its sources as well.\n");

     exit(1);
   }
Index: zoneinfo/src/time2posix.3
===================================================================
RCS file: /cvs/djgpp/djgpp/zoneinfo/src/time2posix.3,v
retrieving revision 1.1
diff -p -u -r1.1 time2posix.3
--- zoneinfo/src/time2posix.3	28 May 1998 16:56:02 -0000	1.1
+++ zoneinfo/src/time2posix.3	9 Jan 2003 12:57:47 -0000
@@ -80,7 +80,7 @@ Both of these are good indicators of the
 POSIX representation.
 .PP
 The following table summarizes the relationship between a time
-T and it's conversion to,
+T and its conversion to,
 and back from,
 the POSIX representation over the leap second inserted at the end of June,
 1993.


-- 
Esa Peuha
student of mathematics at the University of Helsinki
http://www.helsinki.fi/~peuha/

- Raw text -


  webmaster     delorie software   privacy  
  Copyright © 2019   by DJ Delorie     Updated Jul 2019