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_pdev.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_pdev.c')
| -rw-r--r-- | sys/dev/dm/dm_pdev.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sys/dev/dm/dm_pdev.c b/sys/dev/dm/dm_pdev.c index d4efe8fcdaf..8396897bfb7 100644 --- a/sys/dev/dm/dm_pdev.c +++ b/sys/dev/dm/dm_pdev.c @@ -1,4 +1,4 @@ -/* $NetBSD: dm_pdev.c,v 1.22 2019/12/20 16:16:36 tkusumi Exp $ */ +/* $NetBSD: dm_pdev.c,v 1.23 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_pdev.c,v 1.22 2019/12/20 16:16:36 tkusumi Exp $"); +__KERNEL_RCSID(0, "$NetBSD: dm_pdev.c,v 1.23 2021/08/21 22:23:33 andvar Exp $"); #include <sys/types.h> #include <sys/param.h> @@ -211,7 +211,7 @@ dm_pdev_destroy(void) } /* - * This funcion is called from dm_dev_remove_ioctl. + * This function is called from dm_dev_remove_ioctl. * When I'm removing device from list, I have to decrement * reference counter. If reference counter is 0 I will remove * dmp from global list and from device list to. And I will CLOSE |
