Module Name: src
Committed By: andvar
Date: Sun Dec 15 21:40:05 UTC 2024
Modified Files:
src/sys/fs/autofs: autofs_vnops.c
Log Message:
s/partcular/particular/ in comment.
To generate a diff of this commit:
cvs rdiff -u -r1.9 -r1.10 src/sys/fs/autofs/autofs_vnops.c
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/autofs/autofs_vnops.c
diff -u src/sys/fs/autofs/autofs_vnops.c:1.9 src/sys/fs/autofs/autofs_vnops.c:1.10
--- src/sys/fs/autofs/autofs_vnops.c:1.9 Sun Oct 20 14:06:49 2024
+++ src/sys/fs/autofs/autofs_vnops.c Sun Dec 15 21:40:05 2024
@@ -1,4 +1,4 @@
-/* $NetBSD: autofs_vnops.c,v 1.9 2024/10/20 14:06:49 mlelstv Exp $ */
+/* $NetBSD: autofs_vnops.c,v 1.10 2024/12/15 21:40:05 andvar Exp $ */
/*-
* Copyright (c) 2017 The NetBSD Foundation, Inc.
* Copyright (c) 2016 The DragonFly Project
@@ -34,7 +34,7 @@
*
*/
#include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: autofs_vnops.c,v 1.9 2024/10/20 14:06:49 mlelstv Exp $");
+__KERNEL_RCSID(0, "$NetBSD: autofs_vnops.c,v 1.10 2024/12/15 21:40:05 andvar Exp $");
#include "autofs.h"
@@ -142,7 +142,7 @@ autofs_trigger_vn(struct vnode *vp, cons
anp = vp->v_data;
/*
- * Release the vnode lock, so that other operations, in partcular
+ * Release the vnode lock, so that other operations, in particular
* mounting a filesystem on top of it, can proceed. Increase use
* count, to prevent the vnode from being deallocated and to prevent
* filesystem from being unmounted.