diff --git a/rust/scx_utils/README.md b/rust/scx_utils/README.md index 7ff23b9..e6ea36e 100644 --- a/rust/scx_utils/README.md +++ b/rust/scx_utils/README.md @@ -4,7 +4,7 @@ which enables implementing kernel thread schedulers in BPF and dynamically loading them. -Thie crate is a collection of utilities for sched_ext scheduler +This crate is a collection of utilities for sched_ext scheduler implementations which use Rust for userspace component. This enables implementing hot paths in BPF while offloading colder and more complex operations to userspace Rust code which can be significantly more convenient diff --git a/rust/scx_utils/src/lib.rs b/rust/scx_utils/src/lib.rs index cce0ffa..047dd3b 100644 --- a/rust/scx_utils/src/lib.rs +++ b/rust/scx_utils/src/lib.rs @@ -9,7 +9,7 @@ //! which enables implementing kernel thread schedulers in BPF and dynamically //! loading them. //! -//! Thie crate is a collection of utilities for sched_ext scheduler +//! This crate is a collection of utilities for sched_ext scheduler //! implementations which use Rust for userspace component. This enables //! implementing hot paths in BPF while offloading colder and more complex //! operations to userspace Rust code which can be significantly more convenient