diff options
author | Michal Sekletar <msekleta@redhat.com> | 2015-04-01 13:08:25 +0200 |
---|---|---|
committer | Michal Sekletar <msekleta@redhat.com> | 2015-04-01 13:08:25 +0200 |
commit | 340a1d2330ddc1dd18ad75bcdddf32f63c84b4a1 (patch) | |
tree | f9de1afd997c2734b899e2f01b37021cec78fb6a /src/core/mount.c | |
parent | 11041c8488e956924870379a9203d7f1cac3b038 (diff) |
mount: fix up wording in the comment
Diffstat (limited to 'src/core/mount.c')
-rw-r--r-- | src/core/mount.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/mount.c b/src/core/mount.c index 1d7d9e0d58..53594cd40b 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; |