diff options
| author | Eitan Adler <eadler@FreeBSD.org> | 2017-12-27 03:23:41 +0000 |
|---|---|---|
| committer | Eitan Adler <eadler@FreeBSD.org> | 2017-12-27 03:23:41 +0000 |
| commit | d52a982ea85b7f76b2c78a842f893866c04f131e (patch) | |
| tree | 0cf3fbcad0629a7675ebd312ec0901816e3a40ad /lib/libc/include | |
| parent | caa7e52f3f525b75d87fca7e612933377699fd59 (diff) | |
Notes
Diffstat (limited to 'lib/libc/include')
| -rw-r--r-- | lib/libc/include/reentrant.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libc/include/reentrant.h b/lib/libc/include/reentrant.h index aaad889103ec..690f4ef1b9aa 100644 --- a/lib/libc/include/reentrant.h +++ b/lib/libc/include/reentrant.h @@ -67,7 +67,7 @@ * Implementation Details: * * The mutex primitives used by the library (mutex_t, mutex_lock, etc.) - * are macros which expand to the cooresponding primitives provided by + * are macros which expand to the corresponding primitives provided by * the thread engine or to nothing. The latter is used so that code is * not unreasonably cluttered with #ifdefs when all thread safe support * is removed. |
