From 00662ebaa0a7abc2a55bcd9dbca74e421a7863c4 Mon Sep 17 00:00:00 2001 From: Vera Date: Mon, 18 May 2026 08:29:50 -0400 Subject: [PATCH] docs: fixed minor grammatical errors --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 0e8c6628dc..a1c5957b14 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # Redox C Library (relibc) -relibc is a portable C standard library written in Rust and is under heavy development, this library contain the following items: +relibc is a portable C standard library written in Rust and is under heavy development, this library contains the following items: - C, Linux, BSD functions and extensions - POSIX compatibility layer @@ -121,9 +121,9 @@ Relibc has a test suite that also runs every time a new commit get pushed. You c Couple of notes: -- Relibc and its tests will rebuild if files changed, however switching between arch or host requires you to run `make clean` +- Relibc and its tests will rebuild if files are changed, however switching between arch or host requires you to run `make clean` - Redoxer is needed to run tests for Redox without `--host`. You can install it using `cargo install redoxer` -- Tests can hangs, the test runner can anticipate this, assuming the kernel doesn't hang too. +- Tests can hang, the test runner can anticipate this, assuming the kernel doesn't hang too. ## Issues