Sync a documentation comment with code.
This change list does not change tool behavior.
Bug: 252785559
Change-Id: I773d2390061db597861c09cf356efbb9df255b1a
diff --git a/tools/heap_profile b/tools/heap_profile
index 4a3e654..df638a5 100755
--- a/tools/heap_profile
+++ b/tools/heap_profile
@@ -222,8 +222,8 @@
""" Downloads a prebuilt or returns a cached version
The first time this is invoked, it downloads the |url| and caches it into
- ~/.perfetto/prebuilts/$tool_name. On subsequent invocations it just runs the
- cached version.
+ ~/.local/share/perfetto/prebuilts/$tool_name. On subsequent invocations it
+ just runs the cached version.
"""
dir = os.path.join(
os.path.expanduser('~'), '.local', 'share', 'perfetto', 'prebuilts')