aboutsummaryrefslogtreecommitdiff
path: root/src/google/stack_frame.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/google/stack_frame.h')
-rw-r--r--src/google/stack_frame.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/google/stack_frame.h b/src/google/stack_frame.h
index e625aee3..8ede113c 100644
--- a/src/google/stack_frame.h
+++ b/src/google/stack_frame.h
@@ -59,7 +59,8 @@ struct StackFrame {
// The source file name, may be omitted if debug symbols are not available
string source_file_name;
- // The source line number, may be omitted if debug symbols are not available
+ // The (1-based) source line number,
+ // may be omitted if debug symbols are not available
int source_line;
// TODO(bryner): saved registers