fix typo in INSTALL
authorÉrico Rolim <ericonr@disroot.org>
Thu, 26 Nov 2020 13:46:03 +0000 (10:46 -0300)
committerRich Felker <dalias@aerifal.cx>
Sun, 29 Nov 2020 05:46:38 +0000 (00:46 -0500)
"big-engian" should be "big-endian".

INSTALL

diff --git a/INSTALL b/INSTALL
index 22477b6..c583691 100644 (file)
--- 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