diff options
author | 2006-10-27 02:41:24 +0000 | |
---|---|---|
committer | 2006-10-27 02:41:24 +0000 | |
commit | 0ed6882f18382054f847f6c19c99ff6f45488be6 (patch) | |
tree | 38b7fd0bf7c5cecbd11529faf57f0175a60f75ec /lib/librthread/rthread_stack.c | |
parent | Set Rx early threshold and Tx DMA thesholds. (diff) | |
download | wireguard-openbsd-0ed6882f18382054f847f6c19c99ff6f45488be6.tar.xz wireguard-openbsd-0ed6882f18382054f847f6c19c99ff6f45488be6.zip |
two comment typos from tbert
Diffstat (limited to 'lib/librthread/rthread_stack.c')
-rw-r--r-- | lib/librthread/rthread_stack.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/librthread/rthread_stack.c b/lib/librthread/rthread_stack.c index d76a824b816..ea4aee7d359 100644 --- a/lib/librthread/rthread_stack.c +++ b/lib/librthread/rthread_stack.c @@ -1,4 +1,4 @@ -/* $OpenBSD: rthread_stack.c,v 1.2 2006/01/05 08:15:16 otto Exp $ */ +/* $OpenBSD: rthread_stack.c,v 1.3 2006/10/27 02:41:24 tedu Exp $ */ /* $snafu: rthread_stack.c,v 1.12 2005/01/11 02:45:28 marc Exp $ */ /* PUBLIC DOMAIN: No Rights Reserved. Marco S Hyman <marc@snafu.org> */ @@ -36,7 +36,7 @@ _rthread_alloc_stack(pthread_t thread) size &= ~(pgsz - 1); /* - * Allocate some stack space unless and address was provided. + * Allocate some stack space unless an address was provided. * A provided address is ASSUMED to be correct with respect to * alignment constraints. */ |