]> git.ipfire.org Git - thirdparty/libvirt.git/commitdiff
fix typo in comment
authorJim Meyering <meyering@redhat.com>
Mon, 3 Mar 2008 23:06:02 +0000 (23:06 +0000)
committerJim Meyering <meyering@redhat.com>
Mon, 3 Mar 2008 23:06:02 +0000 (23:06 +0000)
src/storage_backend_fs.c

index 1d540e149c5bceb2fe9d35413c0ac51e44c12035..867910fd81af2f5c2e2664efe55e132ad8369222 100644 (file)
@@ -519,7 +519,7 @@ virStorageBackendFileSystemMount(virConnectPtr conn,
         }
     }
 
-    /* Short-circuit is already mounted */
+    /* Short-circuit if already mounted */
     if ((ret = virStorageBackendFileSystemIsMounted(conn, pool)) != 0) {
         if (ret < 0)
             return -1;