summaryrefslogtreecommitdiff
path: root/runtime/backtrace_helper.h
diff options
context:
space:
mode:
Diffstat (limited to 'runtime/backtrace_helper.h')
-rw-r--r--runtime/backtrace_helper.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/runtime/backtrace_helper.h b/runtime/backtrace_helper.h
index a74d0e0354..9be2550b92 100644
--- a/runtime/backtrace_helper.h
+++ b/runtime/backtrace_helper.h
@@ -26,7 +26,7 @@ class Unwinder;
namespace art {
-// Using libbacktrace
+// Using libunwindstack
class BacktraceCollector {
public:
BacktraceCollector(uintptr_t* out_frames, size_t max_depth, size_t skip_count)