From 801b9ec62d94f201e67d053ee90dae0b70e50a42 Mon Sep 17 00:00:00 2001 From: Martin Fischer Date: Mon, 26 Jun 2023 15:10:27 +0200 Subject: chore: fix typos (#19572) --- core/async_cell.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'core/async_cell.rs') diff --git a/core/async_cell.rs b/core/async_cell.rs index 0f173ed17..97d70699d 100644 --- a/core/async_cell.rs +++ b/core/async_cell.rs @@ -390,7 +390,7 @@ mod internal { let turn = self.turn.get(); if id < turn { // We already made a borrow count reservation for this waiter but the - // borrow will never be picked up and removesequently, never dropped. + // borrow will never be picked up and consequently, never dropped. // Therefore, call the borrow drop handler here. self.drop_borrow::(); } else { -- cgit v1.2.3