Source-Changes-HG archive

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

[src/trunk]: src/usr.sbin/fstyp s/rather then/rather than/ in comment.



details:   https://anonhg.NetBSD.org/src/rev/f701c8be1941
branches:  trunk
changeset: 1026715:f701c8be1941
user:      msaitoh <msaitoh%NetBSD.org@localhost>
date:      Sun Dec 05 07:25:11 2021 +0000

description:
s/rather then/rather than/ in comment.

diffstat:

 usr.sbin/fstyp/hammer_disk.h |  6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diffs (27 lines):

diff -r ada46a09a61f -r f701c8be1941 usr.sbin/fstyp/hammer_disk.h
--- a/usr.sbin/fstyp/hammer_disk.h      Sun Dec 05 07:23:44 2021 +0000
+++ b/usr.sbin/fstyp/hammer_disk.h      Sun Dec 05 07:25:11 2021 +0000
@@ -1,4 +1,4 @@
-/*        $NetBSD: hammer_disk.h,v 1.2 2021/12/05 04:47:17 msaitoh Exp $      */
+/*        $NetBSD: hammer_disk.h,v 1.3 2021/12/05 07:25:11 msaitoh Exp $      */
 
 /*
  * Copyright (c) 2007 The DragonFly Project.  All rights reserved.
@@ -36,7 +36,7 @@
  * $DragonFly: src/sys/vfs/hammer/hammer_disk.h,v 1.55 2008/11/13 02:18:43 dillon Exp $
  */
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: hammer_disk.h,v 1.2 2021/12/05 04:47:17 msaitoh Exp $");
+__KERNEL_RCSID(0, "$NetBSD: hammer_disk.h,v 1.3 2021/12/05 07:25:11 msaitoh Exp $");
 
 #ifndef VFS_HAMMER_DISK_H_
 #define VFS_HAMMER_DISK_H_
@@ -948,7 +948,7 @@
  * localization field.  The low 16 bits must be 0 and are reserved for
  * future use.
  *
- * Directory entries are indexed with a 128 bit namekey rather then an
+ * Directory entries are indexed with a 128 bit namekey rather than an
  * offset.  A portion of the namekey is an iterator/randomizer to deal
  * with collisions.
  *



Home | Main Index | Thread Index | Old Index