]> git.ipfire.org Git - thirdparty/kernel/linux.git/commitdiff
binder: fix typo in comment
authorRuffalo Lavoisier <ruffalolavoisier@gmail.com>
Mon, 2 Sep 2024 13:07:32 +0000 (22:07 +0900)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Tue, 3 Sep 2024 10:09:40 +0000 (12:09 +0200)
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>
drivers/android/binder.c

index fc55b5d0e4f34bf3871d72696d6f333a54cd78cd..b7dddbefd8c0d40a8bf93b0b840bbb8aefbd00f2 100644 (file)
@@ -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)
 {