Skip to content
Snippets Groups Projects
Commit 05bf8bc5 authored by Matt Wala's avatar Matt Wala
Browse files

Fix typo

parent 1340a0e0
No related branches found
No related tags found
No related merge requests found
......@@ -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()
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment