about summary refs log tree commit diff stats
path: root/cpp/011load
diff options
context:
space:
mode:
authorKartik K. Agaram <vc@akkartik.com>2015-04-12 20:47:49 -0700
committerKartik K. Agaram <vc@akkartik.com>2015-04-12 20:48:05 -0700
commitf1a6f32323a982f8aa9b8fe757f8d4e2ae4d77db (patch)
tree731297f5a113721aafc043a5315e814680294cba /cpp/011load
parent39f77cc54ea08cd1feac8796aaa617d00a35f835 (diff)
downloadmu-f1a6f32323a982f8aa9b8fe757f8d4e2ae4d77db.tar.gz
1051
Diffstat (limited to 'cpp/011load')
-rw-r--r--cpp/011load2
1 files changed, 1 insertions, 1 deletions
diff --git a/cpp/011load b/cpp/011load
index cff79edd..3939f72f 100644
--- a/cpp/011load
+++ b/cpp/011load
@@ -197,7 +197,7 @@ for (size_t i = 0; i < recently_added_recipes.size(); ++i) {
   Recipe_number.erase(Recipe[recently_added_recipes[i]].name);
   Recipe.erase(recently_added_recipes[i]);
 }
-// Clear Other State For recently_added_recipes.
+// Clear Other State For recently_added_recipes
 recently_added_recipes.clear();
 
 :(scenario parse_comment_outside_recipe)