summaryrefslogtreecommitdiff
path: root/sys/dev/dm/dm_target_linear.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_linear.c
parent273f17a18acf492d137ebb5e08659b80adabcff0 (diff)
fix a comment typo.
Diffstat (limited to 'sys/dev/dm/dm_target_linear.c')
-rw-r--r--sys/dev/dm/dm_target_linear.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/dev/dm/dm_target_linear.c b/sys/dev/dm/dm_target_linear.c
index 72732ffab50..33bf191e67e 100644
--- a/sys/dev/dm/dm_target_linear.c
+++ b/sys/dev/dm/dm_target_linear.c
@@ -1,4 +1,4 @@
-/* $NetBSD: dm_target_linear.c,v 1.5 2009/06/05 19:56:40 haad Exp $ */
+/* $NetBSD: dm_target_linear.c,v 1.6 2009/08/16 11:02:24 yamt Exp $ */
/*
* Copyright (c) 2008 The NetBSD Foundation, Inc.
@@ -50,7 +50,7 @@
* Allocate target specific config data, and link them to table.
* This function is called only when, flags is not READONLY and
* therefore we can add things to pdev list. This should not a
- * problem because this routine is called onyl from dm_table_load_ioctl.
+ * problem because this routine is called only from dm_table_load_ioctl.
* @argv[0] is name,
* @argv[1] is physical data offset.
*/