Browse Source

fix typo in frv endian comment

Reported-by: Denys Vlasenko <vda.linux@googlemail.com>
Signed-off-by: Mike Frysinger <vapier@gentoo.org>
Mike Frysinger 15 năm trước cách đây
mục cha
commit
aceae8ba6d
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      libc/sysdeps/linux/frv/bits/endian.h

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

@@ -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."