Module Name:    src
Committed By:   andvar
Date:           Wed Jan  8 08:24:08 UTC 2025

Modified Files:
        src/sys/dev: ccd.c

Log Message:
s/componets/components/ in comment.


To generate a diff of this commit:
cvs rdiff -u -r1.191 -r1.192 src/sys/dev/ccd.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/dev/ccd.c
diff -u src/sys/dev/ccd.c:1.191 src/sys/dev/ccd.c:1.192
--- src/sys/dev/ccd.c:1.191	Fri Apr 12 05:04:02 2024
+++ src/sys/dev/ccd.c	Wed Jan  8 08:24:07 2025
@@ -1,4 +1,4 @@
-/*	$NetBSD: ccd.c,v 1.191 2024/04/12 05:04:02 pgoyette Exp $	*/
+/*	$NetBSD: ccd.c,v 1.192 2025/01/08 08:24:07 andvar Exp $	*/
 
 /*-
  * Copyright (c) 1996, 1997, 1998, 1999, 2007, 2009 The NetBSD Foundation, Inc.
@@ -88,7 +88,7 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: ccd.c,v 1.191 2024/04/12 05:04:02 pgoyette Exp $");
+__KERNEL_RCSID(0, "$NetBSD: ccd.c,v 1.192 2025/01/08 08:24:07 andvar Exp $");
 
 #include <sys/param.h>
 #include <sys/systm.h>
@@ -1616,7 +1616,7 @@ ccdgetdisklabel(dev_t dev)
 		 *
 		 * This is necessary since total size of ccd may vary
 		 * when an interleave is changed even though exactly
-		 * same componets are used, and old disklabel may used
+		 * same components are used, and old disklabel may used
 		 * if that is found.
 		 */
 		if (lp->d_secperunit < UINT32_MAX ?

Reply via email to