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_target.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_target.c')
| -rw-r--r-- | sys/dev/dm/dm_target.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/dev/dm/dm_target.c b/sys/dev/dm/dm_target.c index ec78c828f80..dc0937332bd 100644 --- a/sys/dev/dm/dm_target.c +++ b/sys/dev/dm/dm_target.c @@ -1,4 +1,4 @@ -/* $NetBSD: dm_target.c,v 1.18 2011/08/28 07:22:48 ahoka Exp $ */ +/* $NetBSD: dm_target.c,v 1.19 2014/10/18 08:33:27 snj Exp $ */ /* * Copyright (c) 2008 The NetBSD Foundation, Inc. @@ -176,7 +176,7 @@ dm_target_insert(dm_target_t * dm_target) /* - * Remove target from TAIL, target is selected with it's name. + * Remove target from TAIL, target is selected with its name. */ int dm_target_rem(char *dm_target_name) |
