aboutsummaryrefslogtreecommitdiff
path: root/usr.bin/du
diff options
context:
space:
mode:
authorBryan Drewery <bdrewery@FreeBSD.org>2016-11-08 23:59:41 +0000
committerBryan Drewery <bdrewery@FreeBSD.org>2016-11-08 23:59:41 +0000
commit28323add0916d61a7bcea74f30e9b40b837809ce (patch)
treeb30ebe1095d83a4c63a7733dfd3cb069c823c27e /usr.bin/du
parentb5b4f379e0e3193eece6bd52d6e74d3992a6df4f (diff)
downloadsrc-28323add0916d61a7bcea74f30e9b40b837809ce.tar.gz
src-28323add0916d61a7bcea74f30e9b40b837809ce.zip
Fix improper use of "its".
Sponsored by: Dell EMC Isilon
Notes
Notes: svn path=/head/; revision=308457
Diffstat (limited to 'usr.bin/du')
-rw-r--r--usr.bin/du/du.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.bin/du/du.c b/usr.bin/du/du.c
index 506c3f5b4338..6415b98eda5c 100644
--- a/usr.bin/du/du.c
+++ b/usr.bin/du/du.c
@@ -421,7 +421,7 @@ linkchk(FTSENT *p)
if (le->dev == st->st_dev && le->ino == st->st_ino) {
/*
* Save memory by releasing an entry when we've seen
- * all of it's links.
+ * all of its links.
*/
if (--le->links <= 0) {
if (le->previous != NULL)