From 9bc855a9318a0a67f86e978bdd66366e2786b5ef Mon Sep 17 00:00:00 2001 From: simonb Date: Fri, 23 Apr 2004 02:58:27 +0000 Subject: s/the the/the/ (only in sources that aren't regularly imported from elsewhere). --- lib/libpthread/arch/i386/pthread_switch.S | 4 ++-- lib/libpthread/arch/m68k/pthread_switch.S | 4 ++-- lib/libpthread/arch/x86_64/pthread_switch.S | 4 ++-- 3 files changed, 6 insertions(+), 6 deletions(-) (limited to 'lib/libpthread') 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 -- cgit