From e785c228970e64ef24c6425698c6b07afc980138 Mon Sep 17 00:00:00 2001 From: Matt Wala <wala1@illinois.edu> Date: Fri, 7 Apr 2017 13:30:26 -0500 Subject: [PATCH] Typo fix. --- loopy/transform/instruction.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/loopy/transform/instruction.py b/loopy/transform/instruction.py index 6f5182e56..67eebc3e0 100644 --- a/loopy/transform/instruction.py +++ b/loopy/transform/instruction.py @@ -130,7 +130,7 @@ def remove_instructions(kernel, insn_ids): Behavior is undefined for now for chains of dependencies within the set of deleted instructions. - This also updated *no_sync_with* for all instructions. + This also updates *no_sync_with* for all instructions. """ if not insn_ids: -- GitLab