From: Michal Sekletar Date: Wed, 1 Apr 2015 11:08:25 +0000 (+0200) Subject: mount: fix up wording in the comment X-Git-Tag: v219.0~209 X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?p=elogind.git;a=commitdiff_plain;h=340a1d2330ddc1dd18ad75bcdddf32f63c84b4a1;ds=sidebyside mount: fix up wording in the comment --- diff --git a/src/core/mount.c b/src/core/mount.c index 1d7d9e0d5..53594cd40 100644 --- a/src/core/mount.c +++ b/src/core/mount.c @@ -103,7 +103,7 @@ static bool needs_quota(const MountParameters *p) { assert(p); /* Quotas are not enabled on network filesystems, - * but we them, for example, on storages connected via iscsi */ + * but we want them, for example, on storage connected via iscsi */ if (p->fstype && fstype_is_network(p->fstype)) return false;