summaryrefslogtreecommitdiffstats
path: root/freebsd/lib/libc/include/reentrant.h
diff options
context:
space:
mode:
Diffstat (limited to 'freebsd/lib/libc/include/reentrant.h')
-rw-r--r--freebsd/lib/libc/include/reentrant.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/freebsd/lib/libc/include/reentrant.h b/freebsd/lib/libc/include/reentrant.h
index 5debcf1a..8e0b90f5 100644
--- a/freebsd/lib/libc/include/reentrant.h
+++ b/freebsd/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-