Module Name:    src
Committed By:   andvar
Date:           Thu Dec 26 21:16:26 UTC 2024

Modified Files:
        src/sys/fs/nilfs: nilfs_fs.h

Log Message:
s/constrains/constraints/ in comment.


To generate a diff of this commit:
cvs rdiff -u -r1.4 -r1.5 src/sys/fs/nilfs/nilfs_fs.h

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

Modified files:

Index: src/sys/fs/nilfs/nilfs_fs.h
diff -u src/sys/fs/nilfs/nilfs_fs.h:1.4 src/sys/fs/nilfs/nilfs_fs.h:1.5
--- src/sys/fs/nilfs/nilfs_fs.h:1.4	Wed Feb 16 22:00:56 2022
+++ src/sys/fs/nilfs/nilfs_fs.h	Thu Dec 26 21:16:26 2024
@@ -1,4 +1,4 @@
-/* $NetBSD: nilfs_fs.h,v 1.4 2022/02/16 22:00:56 andvar Exp $ */
+/* $NetBSD: nilfs_fs.h,v 1.5 2024/12/26 21:16:26 andvar Exp $ */
 
 /*
  * Copyright (c) 2008, 2009 Reinoud Zandijk
@@ -436,7 +436,7 @@ struct nilfs_segment_summary {
 #define NILFS_SS_GC     0x0010  /* segment written for cleaner operation */
 #define NILFS_SS_FLAG_BITS "\20\1LOGBGN\2LOGEND\3SR\4SYNDT\5GC"
 
-/* Segment summary constrains */
+/* Segment summary constraints */
 #define NILFS_SEG_MIN_BLOCKS     16        /* minimum number of blocks in a
 					      full segment */
 #define NILFS_PSEG_MIN_BLOCKS    2         /* minimum number of blocks in a

Reply via email to