From 1744b4d1232b68eb6f49811f35a2d3901f44252e Mon Sep 17 00:00:00 2001 From: Michael Schurter Date: Thu, 25 Oct 2018 13:43:29 -0500 Subject: [PATCH] Fix copy pasted comment Co-Authored-By: preetapan --- drivers/qemu/driver.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/qemu/driver.go b/drivers/qemu/driver.go index d72a19f0c..05e5a97da 100644 --- a/drivers/qemu/driver.go +++ b/drivers/qemu/driver.go @@ -125,7 +125,7 @@ type QemuDriver struct { // config is the driver configuration set by the SetConfig RPC config *Config - // tasks is the in memory datastore mapping taskIDs to execDriverHandles + // tasks is the in memory datastore mapping taskIDs to qemuTaskHandle tasks *taskStore // ctx is the context for the driver. It is passed to other subsystems to