From: Jim Meyering Date: Mon, 3 Mar 2008 23:06:02 +0000 (+0000) Subject: fix typo in comment X-Git-Tag: LIBVIRT_0_4_2~73 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0075d7e74a1c9278f800e76ed9ef5ea167cad099;p=thirdparty%2Flibvirt.git fix typo in comment --- diff --git a/src/storage_backend_fs.c b/src/storage_backend_fs.c index 1d540e149c..867910fd81 100644 --- a/src/storage_backend_fs.c +++ b/src/storage_backend_fs.c @@ -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;