summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRichard Hughes <richard@hughsie.com>2022-10-26 09:11:15 +0100
committerRichard Hughes <richard@hughsie.com>2022-10-26 09:20:05 +0100
commitacfab41711ab8f329a656952b7da07aa3a06d7e3 (patch)
tree417e5d2b069b6d3208aed7cfb5c4969d5b571295
parentfa2556b755343dfd973b05ac101ba2c8b20645db (diff)
downloadgusb-acfab41711ab8f329a656952b7da07aa3a06d7e3.tar.gz
trivial: Fix up a gtk-doc comment
-rw-r--r--gusb/gusb-device.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gusb/gusb-device.c b/gusb/gusb-device.c
index 773b3bc..9217be8 100644
--- a/gusb/gusb-device.c
+++ b/gusb/gusb-device.c
@@ -477,7 +477,7 @@ g_usb_device_has_tag(GUsbDevice *self, const gchar *tag)
/**
* g_usb_device_add_tag:
- * @self: a #FuDevice
+ * @self: a #GUsbDevice
* @tag: a tag, for example `bootloader` or `runtime-reload`
*
* Adds a tag, which is included in the JSON log to identify the specific device.