Explorar el Código

nios2: Name architecture correctly in endian.h header

Nios II is not i386 :-)

Signed-off-by: Tobias Klauser <tklauser@distanz.ch>
Signed-off-by: Carmelo Amoroso <carmelo.amoroso@st.com>
Tobias Klauser hace 15 años
padre
commit
44b8aaf488
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      libc/sysdeps/linux/nios2/bits/endian.h

+ 1 - 1
libc/sysdeps/linux/nios2/bits/endian.h

@@ -1,4 +1,4 @@
-/* i386 is little-endian.  */
+/* Nios II is little-endian.  */
 
 #ifndef _ENDIAN_H
 # error "Never use <bits/endian.h> directly; include <endian.h> instead."