Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src s/than than/than/.



details:   https://anonhg.NetBSD.org/src/rev/71397e6b2a23
branches:  trunk
changeset: 539104:71397e6b2a23
user:      enami <enami%NetBSD.org@localhost>
date:      Fri Nov 08 02:05:16 2002 +0000

description:
s/than than/than/.

diffstat:

 lib/libc/gen/isascii.3   |  4 ++--
 sys/dev/pci/if_stgereg.h |  4 ++--
 sys/uvm/uvm_page.h       |  4 ++--
 3 files changed, 6 insertions(+), 6 deletions(-)

diffs (54 lines):

diff -r 9a12b2f94ea7 -r 71397e6b2a23 lib/libc/gen/isascii.3
--- a/lib/libc/gen/isascii.3    Fri Nov 08 01:31:23 2002 +0000
+++ b/lib/libc/gen/isascii.3    Fri Nov 08 02:05:16 2002 +0000
@@ -1,4 +1,4 @@
-.\"    $NetBSD: isascii.3,v 1.10 2002/07/10 14:37:13 yamt Exp $
+.\"    $NetBSD: isascii.3,v 1.11 2002/11/08 02:05:16 enami Exp $
 .\"
 .\" Copyright (c) 1989, 1991 The Regents of the University of California.
 .\" All rights reserved.
@@ -50,7 +50,7 @@
 .Fn isascii
 function tests for an
 .Tn ASCII
-character, which is any character with a value less than than or
+character, which is any character with a value less than or
 equal to 0177.
 .Sh SEE ALSO
 .Xr isalnum 3 ,
diff -r 9a12b2f94ea7 -r 71397e6b2a23 sys/dev/pci/if_stgereg.h
--- a/sys/dev/pci/if_stgereg.h  Fri Nov 08 01:31:23 2002 +0000
+++ b/sys/dev/pci/if_stgereg.h  Fri Nov 08 02:05:16 2002 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: if_stgereg.h,v 1.1 2001/07/25 00:11:51 thorpej Exp $   */
+/*     $NetBSD: if_stgereg.h,v 1.2 2002/11/08 02:05:16 enami Exp $     */
 
 /*-
  * Copyright (c) 2001 The NetBSD Foundation, Inc.
@@ -61,7 +61,7 @@
 
 /*
  * TC9021 Transmit Frame Descriptor.  Note the number of fragments
- * here is arbitrary, but we can't have any more than than 15.
+ * here is arbitrary, but we can't have any more than 15.
  */
 #define        STGE_NTXFRAGS   12
 struct stge_tfd {
diff -r 9a12b2f94ea7 -r 71397e6b2a23 sys/uvm/uvm_page.h
--- a/sys/uvm/uvm_page.h        Fri Nov 08 01:31:23 2002 +0000
+++ b/sys/uvm/uvm_page.h        Fri Nov 08 02:05:16 2002 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: uvm_page.h,v 1.31 2001/09/15 20:36:46 chs Exp $        */
+/*     $NetBSD: uvm_page.h,v 1.32 2002/11/08 02:05:16 enami Exp $      */
 
 /*
  * Copyright (c) 1997 Charles D. Cranor and Washington University.
@@ -345,7 +345,7 @@
        int     start, len, try;
 
        /*
-        * if try is too large (thus target is less than than try) we reduce
+        * if try is too large (thus target is less than try) we reduce
         * the length to trunc(len/2) [i.e. everything smaller than "try"]
         *
         * if the try is too small (thus target is greater than try) then



Home | Main Index | Thread Index | Old Index