Skip to content

Commit

Permalink
usb: fix comment typo
Browse files Browse the repository at this point in the history
Signed-off-by: Hubert Figuière <[email protected]>
  • Loading branch information
hfiguiere committed May 20, 2024
1 parent aa318be commit ce2b214
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/usb.c
Original file line number Diff line number Diff line change
Expand Up @@ -1318,7 +1318,7 @@ handle_finish_acquire_devices (XdpDbusUsb *object,
PERMISSION_ID);
if (permission == PERMISSION_NO)
{
/* If permission was revoken in between D-Bus calls, reset state */
/* If permission was revoked in between D-Bus calls, reset state */
sender_info->sender_state = USB_SENDER_STATE_DEFAULT;
g_clear_pointer (&sender_info->acquiring_devices, g_ptr_array_unref);

Expand Down

0 comments on commit ce2b214

Please sign in to comment.