diff options
| author | rtr <rtr@NetBSD.org> | 2008-02-04 23:08:01 +0000 |
|---|---|---|
| committer | rtr <rtr@NetBSD.org> | 2008-02-04 23:08:01 +0000 |
| commit | 1db9feaaa0a72870b2f11ae1d3dd77b669edbf2c (patch) | |
| tree | 01da9f6c3cc39d69a8bfc5094bb094b49cbe61d2 /lib/libc/include | |
| parent | c060191386a33a9e2d9d4c3ae99c6f6344d95fb1 (diff) | |
fix comment Abtract -> Abstract
Diffstat (limited to 'lib/libc/include')
| -rw-r--r-- | lib/libc/include/reentrant.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/libc/include/reentrant.h b/lib/libc/include/reentrant.h index c8624998c8b..7cd238cb430 100644 --- a/lib/libc/include/reentrant.h +++ b/lib/libc/include/reentrant.h @@ -1,4 +1,4 @@ -/* $NetBSD: reentrant.h,v 1.11 2007/11/27 20:58:26 ad Exp $ */ +/* $NetBSD: reentrant.h,v 1.12 2008/02/04 23:08:01 rtr Exp $ */ /*- * Copyright (c) 1997, 1998, 2003 The NetBSD Foundation, Inc. @@ -94,7 +94,7 @@ #ifdef _REENTRANT /* - * Abtract thread interface for thread-safe libraries. These routines + * Abstract thread interface for thread-safe libraries. These routines * will use stubs in libc if the application is not linked against the * pthread library, and the real function in the pthread library if it * is. |
