diff options
author | Érico Rolim <ericonr@disroot.org> | 2020-11-26 10:46:03 -0300 |
---|---|---|
committer | Rich Felker <dalias@aerifal.cx> | 2020-11-29 00:46:38 -0500 |
commit | c8c3e341fbcbac865d42aea6a711a0544792d655 (patch) | |
tree | 0b1ae718da53d93dd022c556a97b57dd886dfc69 /INSTALL | |
parent | e2fa720be7024cce4fc489f3877476d35da48ee2 (diff) | |
download | musl-c8c3e341fbcbac865d42aea6a711a0544792d655.tar.gz musl-c8c3e341fbcbac865d42aea6a711a0544792d655.tar.bz2 musl-c8c3e341fbcbac865d42aea6a711a0544792d655.tar.xz musl-c8c3e341fbcbac865d42aea6a711a0544792d655.zip |
fix typo in INSTALL
"big-engian" should be "big-endian".
Diffstat (limited to 'INSTALL')
-rw-r--r-- | INSTALL | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -86,7 +86,7 @@ and ABI combinations: * SuperH (SH) * Standard ELF ABI or FDPIC ABI (shared-text without MMU) - * Little-endian by default; big-engian variant also supported + * Little-endian by default; big-endian variant also supported * Full FPU ABI or soft-float ABI is supported, but the single-precision-only FPU ABI is not |