Module Name:    src
Committed By:   msaitoh
Date:           Sun Dec  5 07:25:11 UTC 2021

Modified Files:
        src/usr.sbin/fstyp: hammer_disk.h

Log Message:
s/rather then/rather than/ in comment.


To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 src/usr.sbin/fstyp/hammer_disk.h

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/usr.sbin/fstyp/hammer_disk.h
diff -u src/usr.sbin/fstyp/hammer_disk.h:1.2 src/usr.sbin/fstyp/hammer_disk.h:1.3
--- src/usr.sbin/fstyp/hammer_disk.h:1.2	Sun Dec  5 04:47:17 2021
+++ src/usr.sbin/fstyp/hammer_disk.h	Sun Dec  5 07:25:11 2021
@@ -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 @@ typedef struct hammer_inode_data {
  * 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.
  *

Reply via email to