am 44b23fd6: am 3f0a5e9c: am 71a8aa34: Merge "Update comment from review."

* commit '44b23fd6aac2303adc446b1b3ed5b7c05d6d7865':
  Update comment from review.
This commit is contained in:
Christopher Ferris 2013-10-01 18:45:49 -07:00 committed by Android Git Automerger
commit 5eaafe2306

View file

@ -43,7 +43,7 @@ typedef struct {
size_t stack_size; /* The size of the stack, zero indicate an unknown stack size. */
const char* map_name; /* The name of the map to which this pc belongs, NULL indicates the pc doesn't belong to a known map. */
uintptr_t map_offset; /* pc relative to the start of the map, only valid if map_name is not NULL. */
char* proc_name; /* The function name associated with this pc, NULL if no not found. */
char* proc_name; /* The function name associated with this pc, NULL if not found. */
uintptr_t proc_offset; /* pc relative to the start of the procedure, only valid if proc_name is not NULL. */
} backtrace_frame_data_t;