diff options
Diffstat (limited to 'gusb/gusb-device.c')
-rw-r--r-- | gusb/gusb-device.c | 2 |
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. |