summaryrefslogtreecommitdiff
path: root/INSTALL
diff options
context:
space:
mode:
authorRich Felker <dalias@aerifal.cx>2013-12-01 23:16:38 -0500
committerRich Felker <dalias@aerifal.cx>2013-12-01 23:16:38 -0500
commit9f5053758f6e761c9c09501241b57ec5aeb37329 (patch)
treeff0c940712907d0bcc187ee1c8fafcc715ad380e /INSTALL
parent179ab5a505c7060e2703015961173ee900eed780 (diff)
downloadmusl-9f5053758f6e761c9c09501241b57ec5aeb37329.tar.gz
fix typos in INSTALL file
Diffstat (limited to 'INSTALL')
-rw-r--r--INSTALL4
1 files changed, 2 insertions, 2 deletions
diff --git a/INSTALL b/INSTALL
index ee1fe091..27ed9d78 100644
--- a/INSTALL
+++ b/INSTALL
@@ -20,7 +20,7 @@ weak aliases, and stand-alone assembly source files.
The system used to build musl does not need to be Linux-based, nor do
the Linux kernel headers need to be available.
-If support for dynamic linking is desired, some further requriements
+If support for dynamic linking is desired, some further requirements
are placed on the compiler and linker. In particular, the linker must
support the -Bsymbolic-functions option.
@@ -129,7 +129,7 @@ source/build tree.
==== Option 2: Installing musl as the primary C library ====
In this setup, you will need an existing compiler/toolchain. It
-shouldnt matter whether it was configured for glibc, uClibc, musl, or
+shouldn't matter whether it was configured for glibc, uClibc, musl, or
something else entirely, but sometimes gcc can be uncooperative,
especially if the system distributor has built gcc with strange
options. It probably makes the most sense to perform the following