From 64d94f45d39f33c09821f1b03adfefbfb5a0f94c Mon Sep 17 00:00:00 2001 From: Samy Al Bahra Date: Tue, 15 Apr 2014 11:02:48 -0400 Subject: [PATCH] doc: Fix grammar in ck_array_commit manual page. --- doc/ck_array_commit | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/ck_array_commit b/doc/ck_array_commit index cc56e29..0fc1192 100644 --- a/doc/ck_array_commit +++ b/doc/ck_array_commit @@ -39,7 +39,7 @@ Concurrency Kit (libck, \-lck) The .Fn ck_array_commit 3 function will commit any pending put or remove operations associated -with the array. The function may end up requested the safe reclamation +with the array. The function may end up requesting the safe reclamation of memory actively being iterated upon by other threads. .Sh RETURN VALUES This function returns true if the commit operation succeeded. It will