浏览代码

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