summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorÉrico Rolim <ericonr@disroot.org>2020-11-26 10:46:03 -0300
committerRich Felker <dalias@aerifal.cx>2020-11-29 00:46:38 -0500
commitc8c3e341fbcbac865d42aea6a711a0544792d655 (patch)
tree0b1ae718da53d93dd022c556a97b57dd886dfc69
parente2fa720be7024cce4fc489f3877476d35da48ee2 (diff)
downloadmusl-c8c3e341fbcbac865d42aea6a711a0544792d655.tar.gz
fix typo in INSTALL
"big-engian" should be "big-endian".
-rw-r--r--INSTALL2
1 files changed, 1 insertions, 1 deletions
diff --git a/INSTALL b/INSTALL
index 22477b6b..c583691d 100644
--- a/INSTALL
+++ b/INSTALL
@@ -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