Index: src/profile-generator.cc |
diff --git a/src/profile-generator.cc b/src/profile-generator.cc |
index d15c400f737f7fe6ed3932c5bec62798ab4f9d0b..7461462ccb5cfe8edd3e1d4d88348dad176d5d4b 100644 |
--- a/src/profile-generator.cc |
+++ b/src/profile-generator.cc |
@@ -910,7 +910,7 @@ void ProfileGenerator::RecordTickSample(const TickSample& sample) { |
Address start; |
CodeEntry* pc_entry = code_map_.FindEntry(sample.pc, &start); |
// If pc is in the function code before it set up stack frame or after the |
- // frame was destroyed SafeStackTraceFrameIterator incorrectly thinks that |
+ // frame was destroyed SafeStackFrameIterator incorrectly thinks that |
// ebp contains return address of the current function and skips caller's |
// frame. Check for this case and just skip such samples. |
if (pc_entry) { |