Module Name:    src
Committed By:   yamt
Date:           Sun Aug 16 11:02:41 UTC 2009

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

Log Message:
fix a comment typo.


To generate a diff of this commit:
cvs rdiff -u -r1.9 -r1.10 src/sys/dev/dm/dm_target.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.c
diff -u src/sys/dev/dm/dm_target.c:1.9 src/sys/dev/dm/dm_target.c:1.10
--- src/sys/dev/dm/dm_target.c:1.9	Fri Feb 20 11:14:11 2009
+++ src/sys/dev/dm/dm_target.c	Sun Aug 16 11:02:40 2009
@@ -1,4 +1,4 @@
-/*        $NetBSD: dm_target.c,v 1.9 2009/02/20 11:14:11 haad Exp $      */
+/*        $NetBSD: dm_target.c,v 1.10 2009/08/16 11:02:40 yamt Exp $      */
 
 /*
  * Copyright (c) 2008 The NetBSD Foundation, Inc.
@@ -49,7 +49,7 @@
 kmutex_t dm_target_mutex;
 
 /*
- * Called indirectly from dm_table_load_ioct to mark target as used.
+ * Called indirectly from dm_table_load_ioctl to mark target as used.
  */
 void
 dm_target_busy(dm_target_t *target)

Reply via email to