From 05bf8bc5831dcb713c8560d7cf66ce58892f0971 Mon Sep 17 00:00:00 2001 From: Matt Wala Date: Wed, 11 Apr 2018 01:34:13 -0500 Subject: [PATCH] Fix typo --- loopy/kernel/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/loopy/kernel/__init__.py b/loopy/kernel/__init__.py index c17b4bde7..72d3a7dba 100644 --- a/loopy/kernel/__init__.py +++ b/loopy/kernel/__init__.py @@ -1298,7 +1298,7 @@ class LoopKernel(ImmutableRecordWithoutPickling): persistent_hash_key_getter=_get_insn_hash_key) # Cache written variables to avoid having to unpickle instructions in - # order to compute the written variables. This is neede d on the + # order to compute the written variables. This is needed on the # cache-to-execution path. result["_cached_written_variables"] = self.get_written_variables() -- GitLab