From 0fe743f416de8b51d39de3f11973b3104c21117b Mon Sep 17 00:00:00 2001 From: "Kartik K. Agaram" Date: Sat, 6 Feb 2016 09:29:26 -0800 Subject: 2630 --- 053rewrite_stash.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '053rewrite_stash.cc') 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) { -- cgit 1.4.1-2-gfad0 twtxt registry written in Gogbmor <ben@gbmor.dev>
summary refs log blame commit diff stats
path: root/cache.go
blob: 3a7886e8e7a575bd5e9bc620c161630c816c57c1 (plain) (tree)
1
2
3
4
5
6
7
8