summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristophe Fergeau <cfergeau@redhat.com>2016-06-30 15:21:15 +0200
committerChristophe Fergeau <cfergeau@redhat.com>2016-06-30 15:27:15 +0200
commit76ad9f2682b37746afe9834705a2799ad3d7ce2e (patch)
treea87b0b5afa1db85c93a37914e3af56517608bf4d
parenteaededfa67fe6363c26d2b14e604ad17eeb4d4df (diff)
usb: Update outdated GSimpleAsyncResult comment
It's still true after the switch to GTask.
-rw-r--r--src/channel-usbredir.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/channel-usbredir.c b/src/channel-usbredir.c
index b22cec5..df18be2 100644
--- a/src/channel-usbredir.c
+++ b/src/channel-usbredir.c
@@ -205,7 +205,7 @@ static void spice_usbredir_channel_dispose(GObject *obj)
* Now the last one may seem like an issue, since what will happen if
* spice_usbredir_channel_open_acl_cb will run after finalization?
*
- * This will never happens since the GSimpleAsyncResult created before we
+ * This will never happens since the GTask created before we
* get into the STATE_WAITING_FOR_ACL_HELPER takes a reference to its
* source object, which is our SpiceUsbredirChannel object, so
* the finalize won't hapen until spice_usbredir_channel_open_acl_cb runs,