Skip to content

Commit 035fbfa

Browse files
authored
Typo
1 parent 435eaf2 commit 035fbfa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/stacktrace.qbk

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -379,7 +379,7 @@ In practice, it is not:
379379
([@https://github.com/userver-framework/userver/blob/4246909c99506d3ab34bd130a5154b4acc8e87de/core/src/engine/task/exception_hacks.cpp#L241-L244 sample implementation]
380380
in the 🐙 userver framework), or by using a very modern runtime
381381
(glibc-2.35+ with [@https://gcc.gnu.org/bugzilla/show_bug.cgi?id=71744#c32 modern]
382-
libgvc or [@https://reviews.llvm.org/D130668 modern] LLVM's libunwind.
382+
libgcc or [@https://reviews.llvm.org/D130668 modern] LLVM's libunwind.
383383
* `-fomit-frame-pointer` like flags add additional complexity to the stack
384384
walking implementation, which may also negatively affect the signal safety.
385385

0 commit comments

Comments
 (0)