diff options
author | Ian Lance Taylor <iant@golang.org> | 2020-09-08 15:07:24 -0700 |
---|---|---|
committer | Ian Lance Taylor <iant@golang.org> | 2020-09-08 15:07:24 -0700 |
commit | 494c5103c9eab8d3cd4364ab1265ee43ee51532f (patch) | |
tree | 50ea3f1d8b1faadf06e0b0cd76e23b1f8e2015df /libbacktrace/simple.c | |
parent | a8a7a97b4e62195f9f538bed37177af171e75b8b (diff) | |
download | gcc-494c5103c9eab8d3cd4364ab1265ee43ee51532f.zip gcc-494c5103c9eab8d3cd4364ab1265ee43ee51532f.tar.gz gcc-494c5103c9eab8d3cd4364ab1265ee43ee51532f.tar.bz2 |
libbacktrace: fix tipo in comment
* simple.c (simple_unwind): Correct comment spelling.
Diffstat (limited to 'libbacktrace/simple.c')
-rw-r--r-- | libbacktrace/simple.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libbacktrace/simple.c b/libbacktrace/simple.c index b9b971a..9ba660c 100644 --- a/libbacktrace/simple.c +++ b/libbacktrace/simple.c @@ -55,7 +55,7 @@ struct backtrace_simple_data int ret; }; -/* Unwind library callback routine. This is passd to +/* Unwind library callback routine. This is passed to _Unwind_Backtrace. */ static _Unwind_Reason_Code |