chiark / gitweb /
mount: fix up wording in the comment
authorMichal Sekletar <msekleta@redhat.com>
Wed, 1 Apr 2015 11:08:25 +0000 (13:08 +0200)
committerMichal Sekletar <msekleta@redhat.com>
Wed, 1 Apr 2015 11:08:25 +0000 (13:08 +0200)
src/core/mount.c

index 1d7d9e0d580a2ba786b6d7b79438f96286dc5183..53594cd40b4379f3e5350e48824e53ac6f7ce74d 100644 (file)
@@ -103,7 +103,7 @@ static bool needs_quota(const MountParameters *p) {
         assert(p);
 
         /* Quotas are not enabled on network filesystems,
         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;
 
         if (p->fstype && fstype_is_network(p->fstype))
                 return false;