]> Git Repo - qemu.git/commitdiff
qga: spelling fix
authorMichael Tokarev <[email protected]>
Wed, 18 May 2016 13:11:55 +0000 (16:11 +0300)
committerMichael Tokarev <[email protected]>
Tue, 7 Jun 2016 15:02:48 +0000 (18:02 +0300)
Signed-off-by: Michael Tokarev <[email protected]>
qga/commands-posix.c

index 2ae37255d45031c343eb8835bb3d1eb7536e0d17..f0057f500ea99dc78df7eb199a6042fba99bbb7a 100644 (file)
@@ -1242,8 +1242,8 @@ int64_t qmp_guest_fsfreeze_freeze_list(bool has_mountpoints,
             goto error;
         }
 
-        /* we try to cull filesytems we know won't work in advance, but other
-         * filesytems may not implement fsfreeze for less obvious reasons.
+        /* we try to cull filesystems we know won't work in advance, but other
+         * filesystems may not implement fsfreeze for less obvious reasons.
          * these will report EOPNOTSUPP. we simply ignore these when tallying
          * the number of frozen filesystems.
          *
@@ -1392,10 +1392,10 @@ qmp_guest_fstrim(bool has_minimum, int64_t minimum, Error **errp)
             continue;
         }
 
-        /* We try to cull filesytems we know won't work in advance, but other
-         * filesytems may not implement fstrim for less obvious reasons.  These
-         * will report EOPNOTSUPP; while in some other cases ENOTTY will be
-         * reported (e.g. CD-ROMs).
+        /* We try to cull filesystems we know won't work in advance, but other
+         * filesystems may not implement fstrim for less obvious reasons.
+         * These will report EOPNOTSUPP; while in some other cases ENOTTY
+         * will be reported (e.g. CD-ROMs).
          * Any other error means an unexpected error.
          */
         r.start = 0;
This page took 0.029495 seconds and 4 git commands to generate.