diff options
Diffstat (limited to '043space.cc')
-rw-r--r-- | 043space.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/043space.cc b/043space.cc index a3db4c31..275640cd 100644 --- a/043space.cc +++ b/043space.cc @@ -269,7 +269,7 @@ bool should_update_refcounts_in_write_memory(int product_index) { if (!contains_key(Recipe, inst.operation)) return true; const recipe& caller = get(Recipe, inst.operation); if (caller.steps.empty()) return true; - // if the recipe deosn't begin with 'local-scope', always update refcounts + // if the recipe doesn't begin with 'local-scope', always update refcounts return caller.steps.at(0).old_name != "local-scope"; } |