From c6207fc3e01ffea4d2da111753e022327e9c4e51 Mon Sep 17 00:00:00 2001 From: andvar Date: Sat, 21 Aug 2021 22:23:33 +0000 Subject: fix typos in sys/dev/dm code comments and documentation. also remove some trailing space in documentation. --- sys/dev/dm/dm_pdev.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'sys/dev/dm/dm_pdev.c') 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 -__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 #include @@ -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 -- cgit