Skip to content

Commit

Permalink
Update plugin.c
Browse files Browse the repository at this point in the history
  • Loading branch information
bjornvolcker authored Apr 9, 2024
1 parent 076296f commit 04ea1a4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/plugins/threaded-signing/plugin.c
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
* for a new signature or if sv_signing_plugin_session_teardown() is called.
*
* If the plugin is initialized, sv_signing_plugin_init(), one single central thread is spawned.
* Each Signed Video session will then get an id to distiguish between tehm since they use common
* Each Signed Video session will then get an id to distiguish between them since they use common
* input and output buffers. The thread is stopped if |out| is full, if there was a failure in the
* memory allocation for a new signature or if sv_signing_plugin_exit() is called.
*/
Expand Down

0 comments on commit 04ea1a4

Please sign in to comment.