Merge pull request #365 from vax-r/Typos

scx_utils: Fix typos
This commit is contained in:
Tejun Heo 2024-06-17 08:37:24 -10:00 committed by GitHub
commit 53fe2b8737
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 2 additions and 2 deletions

View File

@ -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

View File

@ -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