about summary refs log tree commit diff stats
path: root/cpp
diff options
context:
space:
mode:
authorKartik K. Agaram <vc@akkartik.com>2015-05-04 16:14:41 -0700
committerKartik K. Agaram <vc@akkartik.com>2015-05-04 16:14:41 -0700
commitd3d325429cfffd0400367a24f2b896cb7eee9ad0 (patch)
treeb24c09da6ee5d1cce66b7baeb460252dff50791b /cpp
parent7746981679e36f2138b3f2008e472933a98c6a76 (diff)
downloadmu-d3d325429cfffd0400367a24f2b896cb7eee9ad0.tar.gz
1260
Diffstat (limited to 'cpp')
-rw-r--r--cpp/041name.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/cpp/041name.cc b/cpp/041name.cc
index 5f37fb6b..b54a1e78 100644
--- a/cpp/041name.cc
+++ b/cpp/041name.cc
@@ -1,5 +1,5 @@
 //: A big convenience high-level languages provide is the ability to name memory
-//: locations. In mu, a transform called 'convert-names' provides this
+//: locations. In mu, a transform called 'transform_names' provides this
 //: convenience.
 
 :(scenario convert_names)