diff options
| author | andvar <andvar@NetBSD.org> | 2021-08-21 22:23:33 +0000 |
|---|---|---|
| committer | andvar <andvar@NetBSD.org> | 2021-08-21 22:23:33 +0000 |
| commit | c6207fc3e01ffea4d2da111753e022327e9c4e51 (patch) | |
| tree | 0d422e287ddcf3f3773e82a5e8bfd34d2de48fe8 /sys/dev/dm/dm_dev.c | |
| parent | fc683fa38431e52cdffb6f77055526effca550a2 (diff) | |
fix typos in sys/dev/dm code comments and documentation.
also remove some trailing space in documentation.
Diffstat (limited to 'sys/dev/dm/dm_dev.c')
| -rw-r--r-- | sys/dev/dm/dm_dev.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sys/dev/dm/dm_dev.c b/sys/dev/dm/dm_dev.c index f4a72ddaccc..7f4c9af8e09 100644 --- a/sys/dev/dm/dm_dev.c +++ b/sys/dev/dm/dm_dev.c @@ -1,4 +1,4 @@ -/* $NetBSD: dm_dev.c,v 1.18 2020/07/08 15:07:13 thorpej Exp $ */ +/* $NetBSD: dm_dev.c,v 1.19 2021/08/21 22:23:33 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_dev.c,v 1.18 2020/07/08 15:07:13 thorpej Exp $"); +__KERNEL_RCSID(0, "$NetBSD: dm_dev.c,v 1.19 2021/08/21 22:23:33 andvar Exp $"); #include <sys/types.h> #include <sys/param.h> @@ -270,7 +270,7 @@ dm_dev_rem(const char *dm_dev_name, const char *dm_dev_uuid, /* * Destroy all devices created in device-mapper. Remove all tables - * free all allocated memmory. + * free all allocated memory. */ int dm_dev_destroy(void) |
