summaryrefslogtreecommitdiff
path: root/doc.go
diff options
context:
space:
mode:
author Elliott Hughes <enh@google.com> 2020-03-06 16:55:28 -0800
committer Elliott Hughes <enh@google.com> 2020-03-06 18:15:44 -0800
commitda3a071eaa7c157a5526b22030cf9603a1d6e6eb (patch)
tree0869f8f73536f59359f09a0ec44177eb040ccb53 /doc.go
parent03b5185b888f2d75b61916e37c8f366e10e7fd94 (diff)
Remove unused mips workarounds.
This was never really finished, and hasn't been supported for years. Test: treehugger Change-Id: I21d4c3112aa8cf0c56e59f0cc19ff8725ef714b9
Diffstat (limited to 'doc.go')
-rw-r--r--doc.go4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc.go b/doc.go
index 543c46031..299fd2b14 100644
--- a/doc.go
+++ b/doc.go
@@ -46,8 +46,8 @@
//
// Target architecture
// The target architecture is the preferred architecture supported by the selected
-// device. It is most commonly 32-bit arm, but may also be 64-bit arm, 32-bit or
-// 64-bit x86, or mips.
+// device. It is most commonly 32-bit arm, but may also be 64-bit arm, 32-bit
+// x86, or 64-bit x86.
//
// Secondary architecture
// The secondary architecture specifies the architecture to compile a second copy