From 45698509d8d69c50e6a778a46da5ec985e89f53d Mon Sep 17 00:00:00 2001 From: Brad House Date: Tue, 28 Nov 2023 11:54:05 -0500 Subject: [PATCH] remove a simply --- docs/ares_threadsafety.3 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/ares_threadsafety.3 b/docs/ares_threadsafety.3 index 8f61a876..782893a5 100644 --- a/docs/ares_threadsafety.3 +++ b/docs/ares_threadsafety.3 @@ -16,7 +16,7 @@ thread safety enabled or not. As of c-ares 1.23.0, this simply means that every public function which references an \fIares_channel_t\fP object will lock the channel on entry and -release the lock on exit of the function. This will simply prevent concurrent +release the lock on exit of the function. This will prevent concurrent thread access to the channel, thus ensuring no corruption can occur. Future versions will likely implement more threading-specific features.