diff --git a/loopy/schedule/__init__.py b/loopy/schedule/__init__.py index 8b2a8190cedb65c034e95a8f4cd6b0c9a2bd65e3..6064f5a2b0c7726ce01d54eb2efe99fec07c1f8e 100644 --- a/loopy/schedule/__init__.py +++ b/loopy/schedule/__init__.py @@ -1053,7 +1053,7 @@ class DependencyRecord(Record): def get_barrier_needing_dependency(kernel, target, source, reverse, var_kind): - """If there exists a depdency between target and source and the two access + """If there exists a dependency between target and source and the two access a common variable of *var_kind* in a way that requires a barrier (essentially, at least one write), then the function will return a tuple ``(target, source, var_name)``. Otherwise, it will return *None*.