diff options
-rw-r--r-- | 053rewrite_stash.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/053rewrite_stash.cc b/053rewrite_stash.cc index ae55ad9e..5a5addb9 100644 --- a/053rewrite_stash.cc +++ b/053rewrite_stash.cc @@ -9,7 +9,7 @@ void rewrite_stashes_to_text(recipe_ordinal r) { recipe& caller = get(Recipe, r); if (contains_named_locations(caller)) rewrite_stashes_to_text_named(caller); - // in recipes without named locations, 'stash' is still not configurable + // in recipes without named locations, 'stash' is still not extensible } bool contains_named_locations(const recipe& caller) { |