From 7d1220ac8e0218a9a7336fca58b6bd42fb9959c1 Mon Sep 17 00:00:00 2001 From: snj Date: Sat, 18 Oct 2014 08:33:23 +0000 Subject: src is too big these days to tolerate superfluous apostrophes. It's "its", people! --- 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 bf6f6465c7d..727c41c8c1e 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.8 2010/01/04 00:19:08 haad Exp $ */ +/* $NetBSD: dm_dev.c,v 1.9 2014/10/18 08:33:27 snj Exp $ */ /* * Copyright (c) 2008 The NetBSD Foundation, Inc. @@ -115,7 +115,7 @@ dm_dev_lookup_minor(int dm_dev_minor) return NULL; } /* - * Lookup device with it's device name. + * Lookup device with its device name. */ static dm_dev_t * dm_dev_lookup_name(const char *dm_dev_name) @@ -143,7 +143,7 @@ dm_dev_lookup_name(const char *dm_dev_name) return NULL; } /* - * Lookup device with it's device uuid. Used mostly by LVM2tools. + * Lookup device with its device uuid. Used mostly by LVM2tools. */ static dm_dev_t * dm_dev_lookup_uuid(const char *dm_dev_uuid) -- cgit