From 5530535f2a2bd274a6a657acfc64d7e335397895 Mon Sep 17 00:00:00 2001 From: Olivier Houchard Date: Mon, 5 Sep 2016 14:26:31 +0200 Subject: [PATCH] doc: enfores => enforces --- doc/ck_pr_fence_atomic | 2 +- doc/ck_pr_fence_atomic_load | 2 +- doc/ck_pr_fence_atomic_store | 2 +- doc/ck_pr_fence_store | 2 +- doc/ck_pr_fence_store_atomic | 2 +- doc/ck_pr_fence_store_load | 2 +- 6 files changed, 6 insertions(+), 6 deletions(-) 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