Source-Changes-HG archive

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

[src/trunk]: src/sys/fs/v7fs fix spelling of "regular" in comment



details:   https://anonhg.NetBSD.org/src/rev/7e27c1cb1a8a
branches:  trunk
changeset: 359948:7e27c1cb1a8a
user:      jakllsch <jakllsch%NetBSD.org@localhost>
date:      Tue Feb 01 17:12:24 2022 +0000

description:
fix spelling of "regular" in comment

diffstat:

 sys/fs/v7fs/v7fs_vnops.c |  6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diffs (27 lines):

diff -r 00fcafc1973e -r 7e27c1cb1a8a sys/fs/v7fs/v7fs_vnops.c
--- a/sys/fs/v7fs/v7fs_vnops.c  Tue Feb 01 12:10:04 2022 +0000
+++ b/sys/fs/v7fs/v7fs_vnops.c  Tue Feb 01 17:12:24 2022 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: v7fs_vnops.c,v 1.32 2021/10/20 03:08:18 thorpej Exp $  */
+/*     $NetBSD: v7fs_vnops.c,v 1.33 2022/02/01 17:12:24 jakllsch Exp $ */
 
 /*-
  * Copyright (c) 2004, 2011 The NetBSD Foundation, Inc.
@@ -30,7 +30,7 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: v7fs_vnops.c,v 1.32 2021/10/20 03:08:18 thorpej Exp $");
+__KERNEL_RCSID(0, "$NetBSD: v7fs_vnops.c,v 1.33 2022/02/01 17:12:24 jakllsch Exp $");
 #if defined _KERNEL_OPT
 #include "opt_v7fs.h"
 #endif
@@ -144,7 +144,7 @@
                return 0;
        }
 
-       /* ".." and reguler file. */
+       /* ".." and regular file. */
        if ((error = v7fs_file_lookup_by_name(fs, parent, name, &ino))) {
                /* Not found. Tell this entry be able to allocate. */
                if (((nameiop == CREATE) || (nameiop == RENAME)) && islastcn) {



Home | Main Index | Thread Index | Old Index