diff options
| author | haad <haad@NetBSD.org> | 2010-05-18 15:01:17 +0000 |
|---|---|---|
| committer | haad <haad@NetBSD.org> | 2010-05-18 15:01:17 +0000 |
| commit | c8688b58cce46e119d967b75b272df5948425ecf (patch) | |
| tree | 9eb6640546d70e134c6114be51c027b40ecd4a2e /sys/dev/dm/dm_ioctl.c | |
| parent | b1b7862792175510c57b5819b2bf7af042d4d8b1 (diff) | |
Fix typo in comment.
Diffstat (limited to 'sys/dev/dm/dm_ioctl.c')
| -rw-r--r-- | sys/dev/dm/dm_ioctl.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/dev/dm/dm_ioctl.c b/sys/dev/dm/dm_ioctl.c index 4e00dbf7a55..31ce8776b56 100644 --- a/sys/dev/dm/dm_ioctl.c +++ b/sys/dev/dm/dm_ioctl.c @@ -1,4 +1,4 @@ -/* $NetBSD: dm_ioctl.c,v 1.21 2010/02/25 20:48:58 jakllsch Exp $ */ +/* $NetBSD: dm_ioctl.c,v 1.22 2010/05/18 15:01:17 haad Exp $ */ /* * Copyright (c) 2008 The NetBSD Foundation, Inc. @@ -47,7 +47,7 @@ * To access table entries dm_table_* routines must be used. * * dm_table_get_entry will increment table users reference - * counter. It will return active or inactive table depedns + * counter. It will return active or inactive table depends * on uint8_t argument. * * dm_table_release must be called for every table_entry from |
