From 54129f857c3f4a2dbcc674a756ec242eb3d96ac7 Mon Sep 17 00:00:00 2001 From: Andreas Kloeckner Date: Sun, 5 Jun 2016 01:34:26 -0500 Subject: [PATCH] Typo fix in err msg --- loopy/check.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/loopy/check.py b/loopy/check.py index 4ed4abd42..3d2d33ccd 100644 --- a/loopy/check.py +++ b/loopy/check.py @@ -122,7 +122,7 @@ def check_for_inactive_iname_access(kernel): if not expression_inames <= kernel.insn_inames(insn): raise LoopyError( - "instructiosn '%s' references " + "instruction '%s' references " "inames that the instruction does not depend on" % insn.id) -- GitLab