Skip to content

Commit 0916dec

Browse files
authored
Merge pull request #228 from eata7/eata7/fix_typo_in_var_name
fix typo in variable name
2 parents 7794605 + 9f49ea3 commit 0916dec

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

backward.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1089,7 +1089,7 @@ class StackTraceImpl<system_tag::current_tag> : public StackTraceImplHolder {
10891089

10901090
size_t load_from(void *addr, size_t depth = 32, void *context = nullptr,
10911091
void *error_addr = nullptr) {
1092-
load_here(depth + 8, contxt, error_addr);
1092+
load_here(depth + 8, context, error_addr);
10931093

10941094
for (size_t i = 0; i < _stacktrace.size(); ++i) {
10951095
if (_stacktrace[i] == addr) {

0 commit comments

Comments
 (0)