diff options
| author | andvar <andvar@NetBSD.org> | 2021-08-20 20:25:26 +0000 |
|---|---|---|
| committer | andvar <andvar@NetBSD.org> | 2021-08-20 20:25:26 +0000 |
| commit | 47ffcd69489a75316f35490b607817882744dfb7 (patch) | |
| tree | af6b4858ca875613c60fe4f7650f983f09aa1163 /sys/dev/dm/dm_ioctl.c | |
| parent | 635db1f9ab37a89b6f61126b155d1a985c5d4c8a (diff) | |
fix various typos in comments and log messages.
Diffstat (limited to 'sys/dev/dm/dm_ioctl.c')
| -rw-r--r-- | sys/dev/dm/dm_ioctl.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sys/dev/dm/dm_ioctl.c b/sys/dev/dm/dm_ioctl.c index 0b9474e4fda..8a003f69cea 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.53 2021/07/24 21:31:37 andvar Exp $ */ +/* $NetBSD: dm_ioctl.c,v 1.54 2021/08/20 20:25:27 andvar Exp $ */ /* * Copyright (c) 2008 The NetBSD Foundation, Inc. @@ -29,7 +29,7 @@ * POSSIBILITY OF SUCH DAMAGE. */ #include <sys/cdefs.h> -__KERNEL_RCSID(0, "$NetBSD: dm_ioctl.c,v 1.53 2021/07/24 21:31:37 andvar Exp $"); +__KERNEL_RCSID(0, "$NetBSD: dm_ioctl.c,v 1.54 2021/08/20 20:25:27 andvar Exp $"); /* * Locking is used to synchronise between ioctl calls and between dm_table's @@ -557,7 +557,7 @@ dm_dev_resume_ioctl(prop_dictionary_t dm_dict) /* * Table management routines - * lvm2tools doens't send name/uuid to kernel with table + * lvm2tools doesn't send name/uuid to kernel with table * for lookup I have to use minor number. */ |
