Skip to content

Commit 59d617d

Browse files
RuffaloLavoisiergregkh
authored andcommitted
binder: fix typo in comment
Correct spelling on 'currently' in comment Signed-off-by: Ruffalo Lavoisier <[email protected]> Acked-by: Carlos Llamas <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Greg Kroah-Hartman <[email protected]>
1 parent aead27d commit 59d617d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

drivers/android/binder.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1547,7 +1547,7 @@ static void binder_thread_dec_tmpref(struct binder_thread *thread)
15471547
* by threads that are being released. When done with the binder_proc,
15481548
* this function is called to decrement the counter and free the
15491549
* proc if appropriate (proc has been released, all threads have
1550-
* been released and not currenly in-use to process a transaction).
1550+
* been released and not currently in-use to process a transaction).
15511551
*/
15521552
static void binder_proc_dec_tmpref(struct binder_proc *proc)
15531553
{

0 commit comments

Comments
 (0)