diff --git a/doc/ck_pr_fence_atomic b/doc/ck_pr_fence_atomic index 65ed270..0680328 100644 --- a/doc/ck_pr_fence_atomic +++ b/doc/ck_pr_fence_atomic @@ -40,7 +40,7 @@ Concurrency Kit (libck, \-lck) .Sh DESCRIPTION The .Fn ck_pr_fence_atomic -function enfores the ordering of any +function enforces the ordering of any atomic read-modify-write operations relative to the invocation of the function. This function always serve as an implicit compiler barrier. On diff --git a/doc/ck_pr_fence_atomic_load b/doc/ck_pr_fence_atomic_load index 22925ea..77675ce 100644 --- a/doc/ck_pr_fence_atomic_load +++ b/doc/ck_pr_fence_atomic_load @@ -40,7 +40,7 @@ Concurrency Kit (libck, \-lck) .Sh DESCRIPTION The .Fn ck_pr_fence_atomic_load -function enfores the ordering of any +function enforces the ordering of any atomic read-modify-write operations relative to any load operations following the function invocation. This function always serve as an implicit compiler barrier. On diff --git a/doc/ck_pr_fence_atomic_store b/doc/ck_pr_fence_atomic_store index ad1735b..fd02122 100644 --- a/doc/ck_pr_fence_atomic_store +++ b/doc/ck_pr_fence_atomic_store @@ -40,7 +40,7 @@ Concurrency Kit (libck, \-lck) .Sh DESCRIPTION The .Fn ck_pr_fence_atomic_store -function enfores the ordering of any +function enforces the ordering of any atomic read-modify-write operations relative to any load operations following the function invocation. This function always serve as an implicit compiler barrier. On diff --git a/doc/ck_pr_fence_store b/doc/ck_pr_fence_store index c5c5223..d94e9f1 100644 --- a/doc/ck_pr_fence_store +++ b/doc/ck_pr_fence_store @@ -40,7 +40,7 @@ Concurrency Kit (libck, \-lck) .Sh DESCRIPTION The .Fn ck_pr_fence_store -function enfores the ordering of any memory store, +function enforces the ordering of any memory store, .Fn ck_pr_store and atomic read-modify-write operations relative to the invocation of the function. This function diff --git a/doc/ck_pr_fence_store_atomic b/doc/ck_pr_fence_store_atomic index d53d2ae..309c804 100644 --- a/doc/ck_pr_fence_store_atomic +++ b/doc/ck_pr_fence_store_atomic @@ -40,7 +40,7 @@ Concurrency Kit (libck, \-lck) .Sh DESCRIPTION The .Fn ck_pr_fence_store_atomic -function enfores the ordering of any memory store, +function enforces the ordering of any memory store, .Fn ck_pr_store and atomic read-modify-write operations to atomic read-modify-write operations relative to the invocation of the function. This function diff --git a/doc/ck_pr_fence_store_load b/doc/ck_pr_fence_store_load index 485bbcf..b595739 100644 --- a/doc/ck_pr_fence_store_load +++ b/doc/ck_pr_fence_store_load @@ -40,7 +40,7 @@ Concurrency Kit (libck, \-lck) .Sh DESCRIPTION The .Fn ck_pr_fence_store_load -function enfores the ordering of any memory store, +function enforces the ordering of any memory store, .Fn ck_pr_store and atomic read-modify-write operations to load operations relative to the invocation of the function. This function