Module Name: src Committed By: gutteridge Date: Thu Feb 13 01:33:21 UTC 2025
Modified Files: src/sys/dev: vndvar.h Log Message: vndvar.h: fix grammar in a comment To generate a diff of this commit: cvs rdiff -u -r1.38 -r1.39 src/sys/dev/vndvar.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/dev/vndvar.h diff -u src/sys/dev/vndvar.h:1.38 src/sys/dev/vndvar.h:1.39 --- src/sys/dev/vndvar.h:1.38 Sun Oct 7 11:51:26 2018 +++ src/sys/dev/vndvar.h Thu Feb 13 01:33:21 2025 @@ -1,4 +1,4 @@ -/* $NetBSD: vndvar.h,v 1.38 2018/10/07 11:51:26 mlelstv Exp $ */ +/* $NetBSD: vndvar.h,v 1.39 2025/02/13 01:33:21 gutteridge Exp $ */ /*- * Copyright (c) 1996, 1997, 1998 The NetBSD Foundation, Inc. @@ -169,7 +169,7 @@ struct vnd_user { /* * Before you can use a unit, it must be configured with VNDIOCSET. * The configuration persists across opens and closes of the device; - * an VNDIOCCLR must be used to reset a configuration. An attempt to + * a VNDIOCCLR must be used to reset a configuration. An attempt to * VNDIOCSET an already active unit will return EBUSY. */ #define VNDIOCSET _IOWR('F', 0, struct vnd_ioctl) /* enable disk */