diff options
author | pfg <pfg@FreeBSD.org> | 2016-04-30 01:24:24 +0000 |
---|---|---|
committer | pfg <pfg@FreeBSD.org> | 2016-04-30 01:24:24 +0000 |
commit | 69669cbe99c92053594f595bbb8afd89c18a1892 (patch) | |
tree | b4c646668481cdc1dd9daaea77bf963c2e2862a0 /lib/libc/include/reentrant.h | |
parent | 3cfc36525eddce27cb703ad496d3805e43dc51f9 (diff) | |
download | FreeBSD-src-69669cbe99c92053594f595bbb8afd89c18a1892.zip FreeBSD-src-69669cbe99c92053594f595bbb8afd89c18a1892.tar.gz |
libc: spelling fixes.
Mostly on comments.
Diffstat (limited to 'lib/libc/include/reentrant.h')
-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 22a2325..423c9f6 100644 --- a/lib/libc/include/reentrant.h +++ b/lib/libc/include/reentrant.h @@ -49,7 +49,7 @@ * One approach for thread safety is to provide discrete versions of the * library: one thread safe, the other not. The disadvantage of this is * that libc is rather large, and two copies of a library which are 99%+ - * identical is not an efficent use of resources. + * identical is not an efficient use of resources. * * Another approach is to provide a single thread safe library. However, * it should not add significant run time or code size overhead to non- |