doc: enfores => enforces

ck_pring
Olivier Houchard 8 years ago
parent 9c072391cf
commit 5530535f2a

@ -40,7 +40,7 @@ Concurrency Kit (libck, \-lck)
.Sh DESCRIPTION .Sh DESCRIPTION
The The
.Fn ck_pr_fence_atomic .Fn ck_pr_fence_atomic
function enfores the ordering of any function enforces the ordering of any
atomic read-modify-write operations relative to atomic read-modify-write operations relative to
the invocation of the function. This function the invocation of the function. This function
always serve as an implicit compiler barrier. On always serve as an implicit compiler barrier. On

@ -40,7 +40,7 @@ Concurrency Kit (libck, \-lck)
.Sh DESCRIPTION .Sh DESCRIPTION
The The
.Fn ck_pr_fence_atomic_load .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 atomic read-modify-write operations relative to
any load operations following the function invocation. This function any load operations following the function invocation. This function
always serve as an implicit compiler barrier. On always serve as an implicit compiler barrier. On

@ -40,7 +40,7 @@ Concurrency Kit (libck, \-lck)
.Sh DESCRIPTION .Sh DESCRIPTION
The The
.Fn ck_pr_fence_atomic_store .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 atomic read-modify-write operations relative to
any load operations following the function invocation. This function any load operations following the function invocation. This function
always serve as an implicit compiler barrier. On always serve as an implicit compiler barrier. On

@ -40,7 +40,7 @@ Concurrency Kit (libck, \-lck)
.Sh DESCRIPTION .Sh DESCRIPTION
The The
.Fn ck_pr_fence_store .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 .Fn ck_pr_store
and atomic read-modify-write operations relative to and atomic read-modify-write operations relative to
the invocation of the function. This function the invocation of the function. This function

@ -40,7 +40,7 @@ Concurrency Kit (libck, \-lck)
.Sh DESCRIPTION .Sh DESCRIPTION
The The
.Fn ck_pr_fence_store_atomic .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 .Fn ck_pr_store
and atomic read-modify-write operations to atomic read-modify-write and atomic read-modify-write operations to atomic read-modify-write
operations relative to the invocation of the function. This function operations relative to the invocation of the function. This function

@ -40,7 +40,7 @@ Concurrency Kit (libck, \-lck)
.Sh DESCRIPTION .Sh DESCRIPTION
The The
.Fn ck_pr_fence_store_load .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 .Fn ck_pr_store
and atomic read-modify-write operations to load and atomic read-modify-write operations to load
operations relative to the invocation of the function. This function operations relative to the invocation of the function. This function

Loading…
Cancel
Save