mirror of
https://github.com/ianlancetaylor/libbacktrace.git
synced 2026-09-07 12:17:06 +08:00
libbacktrace: fix tipo in comment
* simple.c (simple_unwind): Correct comment spelling. Close #47
This commit is contained in:
@@ -55,7 +55,7 @@ struct backtrace_simple_data
|
|||||||
int ret;
|
int ret;
|
||||||
};
|
};
|
||||||
|
|
||||||
/* Unwind library callback routine. This is passd to
|
/* Unwind library callback routine. This is passed to
|
||||||
_Unwind_Backtrace. */
|
_Unwind_Backtrace. */
|
||||||
|
|
||||||
static _Unwind_Reason_Code
|
static _Unwind_Reason_Code
|
||||||
|
|||||||
Reference in New Issue
Block a user