diff options
author | David Krause <david@cvs.openbsd.org> | 2003-03-10 04:02:51 +0000 |
---|---|---|
committer | David Krause <david@cvs.openbsd.org> | 2003-03-10 04:02:51 +0000 |
commit | 19fdb6d219cdc3ea1495722bc27d42562dcd78c5 (patch) | |
tree | 6dd51d99f33ec4a3a2dc9d7c44949743578c53c6 /lib/libc/arch/m88k/sys | |
parent | b9b34c1267966b63be8a38ff26f4774aa957eb7d (diff) |
duplicate words and spelling fixes in comments
ok miod@
Diffstat (limited to 'lib/libc/arch/m88k/sys')
-rw-r--r-- | lib/libc/arch/m88k/sys/sigsuspend.S | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/lib/libc/arch/m88k/sys/sigsuspend.S b/lib/libc/arch/m88k/sys/sigsuspend.S index f9ecec61330..b4fc8038c13 100644 --- a/lib/libc/arch/m88k/sys/sigsuspend.S +++ b/lib/libc/arch/m88k/sys/sigsuspend.S @@ -1,4 +1,4 @@ -/* $OpenBSD: sigsuspend.S,v 1.5 2003/01/07 22:01:35 miod Exp $ */ +/* $OpenBSD: sigsuspend.S,v 1.6 2003/03/10 04:02:49 david Exp $ */ /*- * Copyright (c) 1990 The Regents of the University of California. @@ -39,13 +39,13 @@ #if defined(LIBC_SCCS) .data - .string "$OpenBSD: sigsuspend.S,v 1.5 2003/01/07 22:01:35 miod Exp $" + .string "$OpenBSD: sigsuspend.S,v 1.6 2003/03/10 04:02:49 david Exp $" #endif /* LIBC_SCCS */ #include "SYS.h" /* - * Sigsuspend actually expects a pointer to the the mask. To save + * Sigsuspend actually expects a pointer to the mask. To save * a copyin in the kernel, we do the dereference here and pass it. * This will be fail if we ever have more than 32 signals ie. sizeof * sigset_t != sizeof int. |