summaryrefslogtreecommitdiff
path: root/sys/dev/dm/dm_target.c
diff options
context:
space:
mode:
authoryamt <yamt@NetBSD.org>2009-08-16 11:02:24 +0000
committeryamt <yamt@NetBSD.org>2009-08-16 11:02:24 +0000
commit83723a32c5ce512a2dabe54b3468488e1551a37b (patch)
tree7611552bc3470fdeb0b365f5104875df7fe748d9 /sys/dev/dm/dm_target.c
parent273f17a18acf492d137ebb5e08659b80adabcff0 (diff)
fix a comment typo.
Diffstat (limited to 'sys/dev/dm/dm_target.c')
-rw-r--r--sys/dev/dm/dm_target.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/dev/dm/dm_target.c b/sys/dev/dm/dm_target.c
index 2f764ec7b8e..0b506168b42 100644
--- a/sys/dev/dm/dm_target.c
+++ b/sys/dev/dm/dm_target.c
@@ -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 @@ TAILQ_HEAD_INITIALIZER(dm_target_list);
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)