summaryrefslogtreecommitdiff
path: root/lib/libpthread/arch
diff options
context:
space:
mode:
authorsimonb <simonb@NetBSD.org>2004-04-23 02:58:27 +0000
committersimonb <simonb@NetBSD.org>2004-04-23 02:58:27 +0000
commit9bc855a9318a0a67f86e978bdd66366e2786b5ef (patch)
tree5ad22dd973d299d05210905342892ed44925baa8 /lib/libpthread/arch
parentba5d7d507ca5f52f1ee68ed0c1a8527c58d07c9d (diff)
s/the the/the/ (only in sources that aren't regularly imported from
elsewhere).
Diffstat (limited to 'lib/libpthread/arch')
-rw-r--r--lib/libpthread/arch/i386/pthread_switch.S4
-rw-r--r--lib/libpthread/arch/m68k/pthread_switch.S4
-rw-r--r--lib/libpthread/arch/x86_64/pthread_switch.S4
3 files changed, 6 insertions, 6 deletions
diff --git a/lib/libpthread/arch/i386/pthread_switch.S b/lib/libpthread/arch/i386/pthread_switch.S
index b1d626783fd..0edf27450b7 100644
--- a/lib/libpthread/arch/i386/pthread_switch.S
+++ b/lib/libpthread/arch/i386/pthread_switch.S
@@ -1,4 +1,4 @@
-/* $NetBSD: pthread_switch.S,v 1.7 2003/10/30 13:56:37 yamt Exp $ */
+/* $NetBSD: pthread_switch.S,v 1.8 2004/04/23 02:58:27 simonb Exp $ */
/*-
* Copyright (c) 2001 The NetBSD Foundation, Inc.
@@ -82,7 +82,7 @@
* thread is stored near the top of the stack. When the kernel
* preempts a thread, it stores the ucontext_t just above the current
* top-of-stack and passes the upcall handler the pointer to the
- * ucontext_t, and the upcall handler stores it in the the pt_uc field
+ * ucontext_t, and the upcall handler stores it in the pt_uc field
* of the thread structure. When user-level code voluntairly switches
* from one thread to another, the ucontext_t is just below the top of
* the stack, and we impose a limit on the amount of stack space above
diff --git a/lib/libpthread/arch/m68k/pthread_switch.S b/lib/libpthread/arch/m68k/pthread_switch.S
index 0ad557cb2c8..933ff317522 100644
--- a/lib/libpthread/arch/m68k/pthread_switch.S
+++ b/lib/libpthread/arch/m68k/pthread_switch.S
@@ -1,4 +1,4 @@
-/* $NetBSD: pthread_switch.S,v 1.6 2003/09/17 20:08:07 cl Exp $ */
+/* $NetBSD: pthread_switch.S,v 1.7 2004/04/23 02:58:27 simonb Exp $ */
/*-
* Copyright (c) 2001 The NetBSD Foundation, Inc.
@@ -85,7 +85,7 @@
* thread is stored near the top of the stack. When the kernel
* preempts a thread, it stores the ucontext_t just above the current
* top-of-stack and passes the upcall handler the pointer to the
- * ucontext_t, and the upcall handler stores it in the the pt_uc field
+ * ucontext_t, and the upcall handler stores it in the pt_uc field
* of the thread structure. When user-level code voluntairly switches
* from one thread to another, the ucontext_t is just below the top of
* the stack, and we impose a limit on the amount of stack space above
diff --git a/lib/libpthread/arch/x86_64/pthread_switch.S b/lib/libpthread/arch/x86_64/pthread_switch.S
index 708c01d08df..6e9c0864f53 100644
--- a/lib/libpthread/arch/x86_64/pthread_switch.S
+++ b/lib/libpthread/arch/x86_64/pthread_switch.S
@@ -1,4 +1,4 @@
-/* $NetBSD: pthread_switch.S,v 1.9 2003/11/08 21:46:42 fvdl Exp $ */
+/* $NetBSD: pthread_switch.S,v 1.10 2004/04/23 02:58:27 simonb Exp $ */
/*-
* Copyright (c) 2001 The NetBSD Foundation, Inc.
@@ -84,7 +84,7 @@
* thread is stored near the top of the stack. When the kernel
* preempts a thread, it stores the ucontext_t just above the current
* top-of-stack and passes the upcall handler the pointer to the
- * ucontext_t, and the upcall handler stores it in the the pt_uc field
+ * ucontext_t, and the upcall handler stores it in the pt_uc field
* of the thread structure. When user-level code voluntairly switches
* from one thread to another, the ucontext_t is just below the top of
* the stack, and we impose a limit on the amount of stack space above