diff --git a/loopy/kernel/__init__.py b/loopy/kernel/__init__.py index c17b4bde7fc2ac5a802886c9d51b646d06421307..72d3a7dba117e1f005a887d9a6c9a04bb7a37588 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()