summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorfwuehr95 <91177557+fwuehr95@users.noreply.github.com>2022-10-13 12:49:08 +0200
committerKhem Raj <raj.khem@gmail.com>2022-10-13 11:19:59 -0700
commit8a6558fe1cedb3eb817333369a3cc2512364f1a6 (patch)
tree298511d2aded369d7bdbe2b44060410fce472765
parent3880a395f870ecd8da73d2de1e2b88a855df2ef0 (diff)
downloadmeta-clang-8a6558fe1cedb3eb817333369a3cc2512364f1a6.tar.gz
Update Readme.md - fix typo
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 3aa42da..eddf548 100644
--- a/README.md
+++ b/README.md
@@ -71,7 +71,7 @@ do provide crt files, they have not been yet intergrated into toolchain
71 71
72# Default C++ Standard Library Switch 72# Default C++ Standard Library Switch
73 73
74Using RUNTIME bariable will select which C++ runtime is used, however it can be overridden 74Using RUNTIME variable will select which C++ runtime is used, however it can be overridden
75if needed to by modifying `LIBCPLUSPLUS` variable, usually defaults used by `RUNTIME` is 75if needed to by modifying `LIBCPLUSPLUS` variable, usually defaults used by `RUNTIME` is
76best fit. e.g. below we select LLVM C++ as default C++ runtime. 76best fit. e.g. below we select LLVM C++ as default C++ runtime.
77 77