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_dev.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'sys/dev/dm/dm_dev.c') 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 -__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 #include @@ -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) -- cgit