diff --git a/src/libxl/libxl_driver.c b/src/libxl/libxl_driver.c index cfc45552f0babe25b1a2ecb1878bb0e1624e0f6e..510349595fb31839d67b55a75a9a191f287b48a5 100644 --- a/src/libxl/libxl_driver.c +++ b/src/libxl/libxl_driver.c @@ -3159,7 +3159,7 @@ libxlDomainAttachNetDevice(libxlDriverPrivatePtr driver, /* This is really a "smart hostdev", so it should be attached * as a hostdev (the hostdev code will reach over into the * netdev-specific code as appropriate), then also added to - * the nets list (see out:) if successful. + * the nets list if successful. */ ret = libxlDomainAttachHostDevice(driver, vm, hostdev); goto cleanup;