Source-Changes-HG archive

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

[src/trunk]: src/sys/ufs/ffs Fix typo dallocate -> deallocate



details:   https://anonhg.NetBSD.org/src/rev/ed532f7130de
branches:  trunk
changeset: 366076:ed532f7130de
user:      reinoud <reinoud%NetBSD.org@localhost>
date:      Fri May 13 15:02:34 2022 +0000

description:
Fix typo dallocate -> deallocate

diffstat:

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

diffs (27 lines):

diff -r 690a8c0eef56 -r ed532f7130de sys/ufs/ffs/ffs_wapbl.c
--- a/sys/ufs/ffs/ffs_wapbl.c   Fri May 13 10:45:24 2022 +0000
+++ b/sys/ufs/ffs/ffs_wapbl.c   Fri May 13 15:02:34 2022 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: ffs_wapbl.c,v 1.46 2020/04/11 17:43:54 jdolecek Exp $  */
+/*     $NetBSD: ffs_wapbl.c,v 1.47 2022/05/13 15:02:34 reinoud Exp $   */
 
 /*-
  * Copyright (c) 2003,2006,2008 The NetBSD Foundation, Inc.
@@ -30,7 +30,7 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: ffs_wapbl.c,v 1.46 2020/04/11 17:43:54 jdolecek Exp $");
+__KERNEL_RCSID(0, "$NetBSD: ffs_wapbl.c,v 1.47 2022/05/13 15:02:34 reinoud Exp $");
 
 #define WAPBL_INTERNAL
 
@@ -146,7 +146,7 @@
                 * The journal may have left partially allocated inodes in mode
                 * zero.  This may occur if a crash occurs betweeen the node
                 * allocation in ffs_nodeallocg and when the node is properly
-                * initialized in ufs_makeinode.  If so, just dallocate them.
+                * initialized in ufs_makeinode.  If so, just deallocate them.
                 */
                if (ip->i_mode == 0) {
                        error = UFS_WAPBL_BEGIN(mp);



Home | Main Index | Thread Index | Old Index