summaryrefslogtreecommitdiffstats
path: root/lib/libc/locale/duplocale.3
diff options
context:
space:
mode:
Diffstat (limited to 'lib/libc/locale/duplocale.3')
-rw-r--r--lib/libc/locale/duplocale.34
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/libc/locale/duplocale.3 b/lib/libc/locale/duplocale.3
index 73c0b3e..1e149c0 100644
--- a/lib/libc/locale/duplocale.3
+++ b/lib/libc/locale/duplocale.3
@@ -44,10 +44,10 @@ Duplicates an existing
.Fa locale_t
returning a new
.Fa locale_t
-that refers to the same locale values but has independent internal state.
+that refers to the same locale values but has an independent internal state.
Various functions, such as
.Xr mblen 3
-require presistent state.
+require a persistent state.
These functions formerly used static variables and calls to them from multiple
threads had undefined behavior.
They now use fields in the
OpenPOWER on IntegriCloud