Fix typo (#6)

This commit is contained in:
Firas Khalil Khana 2021-12-09 22:31:48 +02:00 committed by GitHub
parent 0fa4d5617c
commit 32d66a7f56
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -47,7 +47,7 @@ at build time and for this reason we are working on a stub implementation.
|glibc | libexecinfo | Backtrace functions |
|libstdc++ | libc++ | C++ standard library |
|libgcc | libunwind | Stack unwinding |
|libgcc | complier-rt | Compiler builtins |
|libgcc | compiler-rt | Compiler builtins |
|bison | byacc | POSIX yacc |
|coreutils | toybox+busybox | POSIX utilities |
|gcc | clang | C++ compiler |