Module Name: src Committed By: yamt Date: Sun Aug 16 11:02:24 UTC 2009
Modified Files: src/sys/dev/dm: dm_target_linear.c Log Message: fix a comment typo. To generate a diff of this commit: cvs rdiff -u -r1.5 -r1.6 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.5 src/sys/dev/dm/dm_target_linear.c:1.6 --- src/sys/dev/dm/dm_target_linear.c:1.5 Fri Jun 5 19:56:40 2009 +++ src/sys/dev/dm/dm_target_linear.c Sun Aug 16 11:02:24 2009 @@ -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. */