From d51b26167417e75165ef113060df007b4e2dc2e7 Mon Sep 17 00:00:00 2001 From: Matt Wala Date: Mon, 23 Jan 2017 10:16:33 -0600 Subject: [PATCH] for -> due to --- doc/ref_kernel.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/ref_kernel.rst b/doc/ref_kernel.rst index 867443408..e6447a6f5 100644 --- a/doc/ref_kernel.rst +++ b/doc/ref_kernel.rst @@ -249,7 +249,7 @@ These are usually key-value pairs. The following attributes are recognized: dependencies. * ``nosync=id1:id2`` prescribes that no barrier synchronization is necessary - for the instructions with identifiers ``id1`` and ``id2``, even if a + due to the instructions with identifiers ``id1`` and ``id2``, even if a dependency chain exists and variables are accessed in an apparently racy way. -- GitLab