From 8160ad169878ea6b4884b977f2a96541083036c4 Mon Sep 17 00:00:00 2001 From: Yuchen Wu Date: Fri, 1 Mar 2024 11:51:14 -0800 Subject: Fix typos and grammar issues Co-authored-by: =?~~~?q?Ren=C3=A9=20Kla=C4=8Dan?= Co-authored-by: 12932 <68835423+12932@users.noreply.github.com> Co-authored-by: Alessandro Co-authored-by: InImpasse <40639475+InImpasse@users.noreply.github.com> Co-authored-by: Paul James Cleary Co-authored-by: Yang Hau Co-authored-by: Morpheus <40785143+Muzych@users.noreply.github.com> Co-authored-by: mobeicanyue <81098819+mobeicanyue@users.noreply.github.com> Co-authored-by: Twacqwq <69360546+Twacqwq@users.noreply.github.com> Co-authored-by: Bobby Co-authored-by: Dup4 Co-authored-by: Josh Soref <2119212+jsoref@users.noreply.github.com> Co-authored-by: Sheldon <1415182877@qq.com> Co-authored-by: houseme Co-authored-by: ZhangIvan1 Co-authored-by: GrahamQuan <33834833+GrahamQuan@users.noreply.github.com> Co-authored-by: =?~~~?q?Cristian=20Paul=20Pe=C3=B1aranda=20Rojas?= Co-authored-by: Nathan Sit Co-authored-by: David Lee <67067729+LordMoMA@users.noreply.github.com> Co-authored-by: Mengliang Su Co-authored-by: =?~~~?q?=EA=B9=80=EC=84=A0=EC=9A=B0?= Co-authored-by: Allen Huang Co-authored-by: Opacity <70315161+zreren@users.noreply.github.com> Co-authored-by: cris Co-authored-by: Killian Ye <40255385+ykw1129@users.noreply.github.com> Co-authored-by: Jiwei-dev Co-authored-by: Jinfeng Wang <41931794+wjf40390@users.noreply.github.com> Co-authored-by: Ikko Eltociear Ashimine --- pingora-timeout/src/fast_timeout.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'pingora-timeout') diff --git a/pingora-timeout/src/fast_timeout.rs b/pingora-timeout/src/fast_timeout.rs index 5fa7a3d..e5e3643 100644 --- a/pingora-timeout/src/fast_timeout.rs +++ b/pingora-timeout/src/fast_timeout.rs @@ -20,7 +20,7 @@ //! - Timeout timers are rounded to the next 10ms tick and timers are shared across all timeouts with the same deadline. //! //! In order for this to work, a standalone thread is created to arm the timers, which has its -//! overheads. As a general rule, the benefits of this doesn't outweight the overhead unless +//! overheads. As a general rule, the benefits of this doesn't outweigh the overhead unless //! there are more than about 100/s timeout() calls in the system. Use regular tokio timeout or //! [super::tokio_timeout] in the low usage case. -- cgit v1.2.3