mount: fix up wording in the comment

This commit is contained in:
Michal Sekletar 2015-04-01 13:08:25 +02:00
parent 11041c8488
commit 340a1d2330

View file

@ -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;