valeriyvdovin / rpms / systemd

Forked from rpms/systemd 3 years ago
Clone
923a60
From 07ce9278fbfc06ce14cd16d463788c55442ee163 Mon Sep 17 00:00:00 2001
923a60
From: Michal Sekletar <msekleta@redhat.com>
923a60
Date: Wed, 1 Apr 2015 13:08:25 +0200
923a60
Subject: [PATCH] mount: fix up wording in the comment
923a60
923a60
(cherry picked from commit 340a1d2330ddc1dd18ad75bcdddf32f63c84b4a1)
923a60
923a60
Cherry-picked from: 375af09
923a60
Resolves: #1222517
923a60
---
923a60
 src/core/mount.c | 2 +-
923a60
 1 file changed, 1 insertion(+), 1 deletion(-)
923a60
923a60
diff --git a/src/core/mount.c b/src/core/mount.c
923a60
index 3359220251..fd4fb6f1b2 100644
923a60
--- a/src/core/mount.c
923a60
+++ b/src/core/mount.c
923a60
@@ -108,7 +108,7 @@ static bool needs_quota(const MountParameters *p) {
923a60
         assert(p);
923a60
 
923a60
         /* Quotas are not enabled on network filesystems,
923a60
-         * but we them, for example, on storages connected via iscsi */
923a60
+         * but we want them, for example, on storage connected via iscsi */
923a60
         if (p->fstype && fstype_is_network(p->fstype))
923a60
                 return false;
923a60