From f5346481784cb5953cdb2e9301f2325b36496ebc Mon Sep 17 00:00:00 2001 From: xushichao Date: Wed, 12 Sep 2012 15:23:58 +0800 Subject: Change comment for function _destroy Change 'the instance if already' to 'the instance is already' Change-Id: I31bee8d7c3049d14442abffce4b48589af083544 --- nova/virt/libvirt/driver.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nova/virt/libvirt/driver.py b/nova/virt/libvirt/driver.py index e2a548014..74cb2b0f1 100644 --- a/nova/virt/libvirt/driver.py +++ b/nova/virt/libvirt/driver.py @@ -456,7 +456,7 @@ class LibvirtDriver(driver.ComputeDriver): is_okay = False errcode = e.get_error_code() if errcode == libvirt.VIR_ERR_OPERATION_INVALID: - # If the instance if already shut off, we get this: + # If the instance is already shut off, we get this: # Code=55 Error=Requested operation is not valid: # domain is not running (state, _max_mem, _mem, _cpus, _t) = virt_dom.info() -- cgit