ソースを参照

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 年 前
コミット
aceae8ba6d
1 ファイル変更1 行追加1 行削除
  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."