diff options
| author | snj <snj@NetBSD.org> | 2014-10-18 08:33:23 +0000 |
|---|---|---|
| committer | snj <snj@NetBSD.org> | 2014-10-18 08:33:23 +0000 |
| commit | 7d1220ac8e0218a9a7336fca58b6bd42fb9959c1 (patch) | |
| tree | 84cd81836e11d5b54852d6504e7fe8713eef1bcd /sys/dev/dm/dm_dev.c | |
| parent | b016a42839fc0a3562847f14e31d9bc35a4ddac9 (diff) | |
src is too big these days to tolerate superfluous apostrophes. It's
"its", people!
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 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) |
