We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0315e26 commit c678031Copy full SHA for c678031
lightning/src/debug_sync.rs
@@ -93,7 +93,7 @@ impl std::hash::Hash for LockDep {
93
94
#[cfg(feature = "backtrace")]
95
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
+ // Find the first frame that is after `debug_sync` (or that is in our tests) and use
97
// that as the mutex construction site. Note that the first few frames may be in
98
// `backtrace`, so we have to ignore those.
99
let sync_mutex_constr_regex = regex::Regex::new(r"lightning.*debug_sync.*new").unwrap();
0 commit comments