Skip to content

Commit

Permalink
Toolchain/Stubs: Fix small typo in README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
supercomputer7 authored and ADKaster committed Apr 28, 2024
1 parent 34b446a commit 872b6f6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Toolchain/Stubs/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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?
Expand Down

0 comments on commit 872b6f6

Please sign in to comment.