docs: fixed minor grammatical errors

This commit is contained in:
Vera
2026-05-18 08:29:50 -04:00
parent 6dc57272a7
commit 00662ebaa0
+3 -3
View File
@@ -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