There are no typewriters in 2020.

The BSD "Not a typewriter" translation of ENOTTY looks very weird in
2020. The glibc "Inappropriate ioctl for device" is more generic, and
so much less likely to be inappropriate.

Test: strace on a failed fs ioctl
Change-Id: Iad374d6b91ca9f2e4fa1079986fd698feef8359f
diff --git a/libc/bionic/strerror.cpp b/libc/bionic/strerror.cpp
index 38d8191..5733567 100644
--- a/libc/bionic/strerror.cpp
+++ b/libc/bionic/strerror.cpp
@@ -69,7 +69,7 @@
     [EINVAL] = "Invalid argument",
     [ENFILE] = "File table overflow",
     [EMFILE] = "Too many open files",
-    [ENOTTY] = "Not a typewriter",
+    [ENOTTY] = "Inappropriate ioctl for device",
     [ETXTBSY] = "Text file busy",
     [EFBIG] = "File too large",
     [ENOSPC] = "No space left on device",