Module Name:    src
Committed By:   tkusumi
Date:           Sat Dec 28 15:38:16 UTC 2019

Modified Files:
        src/sys/dev/dm: dm_target_linear.c

Log Message:
dm: Fix typo in comment dklinear -> linear


To generate a diff of this commit:
cvs rdiff -u -r1.35 -r1.36 src/sys/dev/dm/dm_target_linear.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/dm/dm_target_linear.c
diff -u src/sys/dev/dm/dm_target_linear.c:1.35 src/sys/dev/dm/dm_target_linear.c:1.36
--- src/sys/dev/dm/dm_target_linear.c:1.35	Sat Dec 21 11:59:03 2019
+++ src/sys/dev/dm/dm_target_linear.c	Sat Dec 28 15:38:16 2019
@@ -1,4 +1,4 @@
-/*        $NetBSD: dm_target_linear.c,v 1.35 2019/12/21 11:59:03 tkusumi Exp $      */
+/*        $NetBSD: dm_target_linear.c,v 1.36 2019/12/28 15:38:16 tkusumi Exp $      */
 
 /*
  * Copyright (c) 2008 The NetBSD Foundation, Inc.
@@ -29,10 +29,10 @@
  * POSSIBILITY OF SUCH DAMAGE.
  */
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: dm_target_linear.c,v 1.35 2019/12/21 11:59:03 tkusumi Exp $");
+__KERNEL_RCSID(0, "$NetBSD: dm_target_linear.c,v 1.36 2019/12/28 15:38:16 tkusumi Exp $");
 
 /*
- * This file implements initial version of device-mapper dklinear target.
+ * This file implements initial version of device-mapper linear target.
  */
 
 #include <sys/types.h>

Reply via email to