about summary refs log tree commit diff stats
diff options
context:
space:
mode:
authorKartik K. Agaram <vc@akkartik.com>2016-02-06 09:29:26 -0800
committerKartik K. Agaram <vc@akkartik.com>2016-02-06 09:29:26 -0800
commit0fe743f416de8b51d39de3f11973b3104c21117b (patch)
tree09309c9e68a7ec4aef3baa13c5f87bf55f2273d8
parented3cdddc3c5a03993b872baff70c5956885a6a37 (diff)
downloadmu-0fe743f416de8b51d39de3f11973b3104c21117b.tar.gz
2630
-rw-r--r--053rewrite_stash.cc2
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) {