From 7c8842cc664ca4b3a7b6c17d16def3b96aafdf52 Mon Sep 17 00:00:00 2001 From: Firas Khalil Khana Date: Thu, 9 Dec 2021 22:25:02 +0200 Subject: [PATCH] Fix typo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index a86f91d..147a94c 100644 --- a/README.md +++ b/README.md @@ -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 |