synaptics: Fix a comment typo

This commit is contained in:
Marco Trevisan (Treviño)
2026-07-12 13:17:35 +02:00
parent 18f60cb47f
commit a1713fab6b
+1 -1
View File
@@ -1479,7 +1479,7 @@ suspend (FpDevice *dev)
self->cmd_suspended = TRUE;
/* Cancel the current transfer.
* The CMD SSM will go into the suspend state and signal readyness. */
* The CMD SSM will go into the suspend state and signal readiness. */
g_cancellable_cancel (self->interrupt_cancellable);
g_clear_object (&self->interrupt_cancellable);
self->interrupt_cancellable = g_cancellable_new ();