diff options
| author | wiz <wiz@NetBSD.org> | 2003-11-02 11:18:10 +0000 |
|---|---|---|
| committer | wiz <wiz@NetBSD.org> | 2003-11-02 11:18:10 +0000 |
| commit | 85cc64da0f74a57d03555f447ddce1d597778dec (patch) | |
| tree | fa5a40745c4904f92f8808383cf8934fcb2702c1 /lib/libpthread | |
| parent | fff16e7f65168ab93f2dafb4af5c085510d7f5d5 (diff) | |
Typo; from Jared Yanovich via jmc@openbsd.
Diffstat (limited to 'lib/libpthread')
| -rw-r--r-- | lib/libpthread/pthread_barrierattr.3 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/libpthread/pthread_barrierattr.3 b/lib/libpthread/pthread_barrierattr.3 index df1e7b58c69..f6f8b785f6a 100644 --- a/lib/libpthread/pthread_barrierattr.3 +++ b/lib/libpthread/pthread_barrierattr.3 @@ -1,4 +1,4 @@ -.\" $NetBSD: pthread_barrierattr.3,v 1.3 2003/07/01 10:23:52 wiz Exp $ +.\" $NetBSD: pthread_barrierattr.3,v 1.4 2003/11/02 11:18:10 wiz Exp $ .\" .\" Copyright (c) 2002 The NetBSD Foundation, Inc. .\" All rights reserved. @@ -59,7 +59,7 @@ function destroys .Fa attr . .Sh RETURN VALUES If successful, these functions return 0. -Otherwise, an error number is returned to indicacte the error. +Otherwise, an error number is returned to indicate the error. .Sh ERRORS .Fn pthread_barrierattr_init shall fail if: |
