OSDN Git Service

fix typo in frv endian comment
authorMike Frysinger <vapier@gentoo.org>
Mon, 20 Jul 2009 12:35:53 +0000 (08:35 -0400)
committerMike Frysinger <vapier@gentoo.org>
Mon, 20 Jul 2009 12:35:53 +0000 (08:35 -0400)
Reported-by: Denys Vlasenko <vda.linux@googlemail.com>
Signed-off-by: Mike Frysinger <vapier@gentoo.org>
libc/sysdeps/linux/frv/bits/endian.h

index 0564c59..3ce83c5 100644 (file)
@@ -1,4 +1,4 @@
-/* frv is little-endian.  */
+/* frv is big-endian.  */
 
 #ifndef _ENDIAN_H
 # error "Never use <bits/endian.h> directly; include <endian.h> instead."