about summary refs log tree commit diff stats
path: root/052tangle.cc
diff options
context:
space:
mode:
authorKartik K. Agaram <vc@akkartik.com>2015-11-04 19:37:08 -0800
committerKartik K. Agaram <vc@akkartik.com>2015-11-04 19:37:08 -0800
commit18c57d32aec20e47ea7827460c0628ed218ef333 (patch)
tree89b9e87ffde8cdd9d916b404a6dcfbb6a2ad5a14 /052tangle.cc
parentb0276a2c6dcef3d6e5c0cb6bd09636393e2970bc (diff)
downloadmu-18c57d32aec20e47ea7827460c0628ed218ef333.tar.gz
2357
Diffstat (limited to '052tangle.cc')
-rw-r--r--052tangle.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/052tangle.cc b/052tangle.cc
index 7995e501..0eab6c5c 100644
--- a/052tangle.cc
+++ b/052tangle.cc
@@ -57,7 +57,7 @@ else if (command == "after") {
 :(after "int main")
   Transform.push_back(insert_fragments);
 
-//; We might need to perform multiple passes, in case inserted fragments
+//: We might need to perform multiple passes, in case inserted fragments
 //: include more labels that need further insertions. Track which labels we've
 //: already processed using an extra field.
 :(before "End instruction Fields")