From 124097ff8e231e72c7f25fe77c2ffab64f2e76bd Mon Sep 17 00:00:00 2001
From: Andreas Kloeckner <inform@tiker.net>
Date: Sun, 5 Jun 2016 01:41:50 -0500
Subject: [PATCH] Minor doc fixes

---
 loopy/kernel/data.py | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/loopy/kernel/data.py b/loopy/kernel/data.py
index e692bb365..3ba3f1918 100644
--- a/loopy/kernel/data.py
+++ b/loopy/kernel/data.py
@@ -502,7 +502,7 @@ class InstructionBase(Record):
 
         a :class:`frozenset` of :attr:`id` values of :class:`Instruction` instances
         with which no barrier synchronization is necessary, even given the existence
-        of a dependency chain and apparently conflicting writes
+        of a dependency chain and apparently conflicting access
 
     .. rubric:: Conditionals
 
@@ -538,7 +538,8 @@ class InstructionBase(Record):
 
         A :class:`set` of inames into which the instruction
         may need to be boosted, as a heuristic help for the scheduler.
-        Also allowed to be *None*.
+        Also allowed to be *None* to indicate that this hasn't been
+        decided yet.
 
     .. rubric:: Tagging
 
-- 
GitLab