From 93801b58634ed1456320fbaf135d82010b3e4645 Mon Sep 17 00:00:00 2001 From: Brad Smith Date: Sun, 25 Aug 2002 22:10:45 +0000 Subject: fix comment. -- Ok'd by: jason@ --- lib/libc_r/arch/sparc64/uthread_machdep_asm.S | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'lib/libc_r') diff --git a/lib/libc_r/arch/sparc64/uthread_machdep_asm.S b/lib/libc_r/arch/sparc64/uthread_machdep_asm.S index 63ba7852603..774083a13af 100644 --- a/lib/libc_r/arch/sparc64/uthread_machdep_asm.S +++ b/lib/libc_r/arch/sparc64/uthread_machdep_asm.S @@ -1,4 +1,4 @@ -/* $OpenBSD: uthread_machdep_asm.S,v 1.3 2002/01/02 23:05:53 art Exp $ */ +/* $OpenBSD: uthread_machdep_asm.S,v 1.4 2002/08/25 22:10:44 brad Exp $ */ /* David Leonard . Public domain. */ #include @@ -16,7 +16,9 @@ #define flushw t T_FLUSHWIN #endif -/* void _thread_switch(long newstate[2], long savestate[2], int flags); */ +/* + * void _thread_machdep_switch(long newstate[2], long savestate[2], int flags); + */ ENTRY(_thread_machdep_switch) /* new window */ -- cgit v1.2.3