Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/sys/ufs/ext2fs correct comment to match code



details:   https://anonhg.NetBSD.org/src/rev/3cd119c73b1b
branches:  trunk
changeset: 782740:3cd119c73b1b
user:      jakllsch <jakllsch%NetBSD.org@localhost>
date:      Sun Nov 18 17:59:56 2012 +0000

description:
correct comment to match code

diffstat:

 sys/ufs/ext2fs/ext2fs_bswap.c |  6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diffs (27 lines):

diff -r 330a6426a386 -r 3cd119c73b1b sys/ufs/ext2fs/ext2fs_bswap.c
--- a/sys/ufs/ext2fs/ext2fs_bswap.c     Sun Nov 18 17:41:51 2012 +0000
+++ b/sys/ufs/ext2fs/ext2fs_bswap.c     Sun Nov 18 17:59:56 2012 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: ext2fs_bswap.c,v 1.16 2009/10/19 18:41:17 bouyer Exp $ */
+/*     $NetBSD: ext2fs_bswap.c,v 1.17 2012/11/18 17:59:56 jakllsch Exp $       */
 
 /*
  * Copyright (c) 1997 Manuel Bouyer.
@@ -26,7 +26,7 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: ext2fs_bswap.c,v 1.16 2009/10/19 18:41:17 bouyer Exp $");
+__KERNEL_RCSID(0, "$NetBSD: ext2fs_bswap.c,v 1.17 2012/11/18 17:59:56 jakllsch Exp $");
 
 #include <sys/types.h>
 #include <ufs/ext2fs/ext2fs.h>
@@ -38,7 +38,7 @@
 #include <string.h>
 #endif
 
-/* These functions are only needed if native byte order is not big endian */
+/* These functions are only needed if native byte order is not little endian */
 #if BYTE_ORDER == BIG_ENDIAN
 void
 e2fs_sb_bswap(struct ext2fs *old, struct ext2fs *new)



Home | Main Index | Thread Index | Old Index