mv tools/trace_to_text src/traceconv

Change-Id: I93a259c76b7d22e41eeb95127569ab78fb5f9a1d
diff --git a/gn/standalone/wasm.gni b/gn/standalone/wasm.gni
index bcf952b..7442af9 100644
--- a/gn/standalone/wasm.gni
+++ b/gn/standalone/wasm.gni
@@ -56,7 +56,7 @@
 
       # This forces the MEMFS filesystem library to always use typed arrays
       # instead of building strings/arrays when appending to a file. This allows
-      # to deal with pseudo-files larger than 128 MB when calling trace_to_text.
+      # to deal with pseudo-files larger than 128 MB when calling traceconv.
       "-s",
       "MEMFS_APPEND_TO_TYPED_ARRAYS=1",