Skip to content

Commit c678031

Browse files
committed
f sp
1 parent 0315e26 commit c678031

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lightning/src/debug_sync.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ impl std::hash::Hash for LockDep {
9393

9494
#[cfg(feature = "backtrace")]
9595
fn get_construction_location(backtrace: &Backtrace) -> String {
96-
// Find the first frame which is after `debug_sync` (or which is in our tests) and use
96+
// Find the first frame that is after `debug_sync` (or that is in our tests) and use
9797
// that as the mutex construction site. Note that the first few frames may be in
9898
// `backtrace`, so we have to ignore those.
9999
let sync_mutex_constr_regex = regex::Regex::new(r"lightning.*debug_sync.*new").unwrap();

0 commit comments

Comments
 (0)