diff --git a/src/storage/storage_backend_fs.c b/src/storage/storage_backend_fs.c index 152f9f32ab..33cf90d570 100644 --- a/src/storage/storage_backend_fs.c +++ b/src/storage/storage_backend_fs.c @@ -936,7 +936,7 @@ virStorageBackendFileSystemRefresh(virConnectPtr conn ATTRIBUTE_UNUSED, &vol->target.encryption)) < 0) { if (err == -2) { /* Silently ignore non-regular files, - * eg '.' '..', 'lost+found', dangling symbolic link */ + * eg 'lost+found', dangling symbolic link */ virStorageVolDefFree(vol); vol = NULL; continue;