Toolchain/Stubs: Fix small typo in README.md

This commit is contained in:
Liav A. 2024-04-28 13:37:30 +03:00 committed by Andrew Kaster
parent 34b446ab34
commit 872b6f626e
Notes: sideshowbarker 2024-07-18 02:13:10 +09:00

View file

@ -2,7 +2,7 @@
This directory contains stubs for SerenityOS's LibC that are referenced from the LLVM runtime
libraries. These are needed by the linker in order to add the required `DT_NEEDED` entries and to
not emit errors regarding undefiend libc symbols. Additionally, it provides fake empty libunwind.so
not emit errors regarding undefined libc symbols. Additionally, it provides fake empty libunwind.so
and libc++.so for CMake configuration checks to succeed when bootstrapping the OS.
## Do these need to be updated?