mirror of
https://github.com/torvalds/linux.git
synced 2024-11-21 19:46:16 +00:00
binder: fix typo in comment
Correct spelling on 'currently' in comment Signed-off-by: Ruffalo Lavoisier <RuffaloLavoisier@gmail.com> Acked-by: Carlos Llamas <cmllamas@google.com> Link: https://lore.kernel.org/r/20240902130732.46698-1-RuffaloLavoisier@gmail.com Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
parent
aead27d77f
commit
59d617dc72
@ -1547,7 +1547,7 @@ static void binder_thread_dec_tmpref(struct binder_thread *thread)
|
||||
* by threads that are being released. When done with the binder_proc,
|
||||
* this function is called to decrement the counter and free the
|
||||
* proc if appropriate (proc has been released, all threads have
|
||||
* been released and not currenly in-use to process a transaction).
|
||||
* been released and not currently in-use to process a transaction).
|
||||
*/
|
||||
static void binder_proc_dec_tmpref(struct binder_proc *proc)
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user