From: Ruffalo Lavoisier Date: Mon, 2 Sep 2024 13:07:32 +0000 (+0900) Subject: binder: fix typo in comment X-Git-Tag: v6.12-rc1~39^2~34 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=59d617dc727e06f97481331722b589715b3b4a87;p=thirdparty%2Fkernel%2Flinux.git binder: fix typo in comment Correct spelling on 'currently' in comment Signed-off-by: Ruffalo Lavoisier Acked-by: Carlos Llamas Link: https://lore.kernel.org/r/20240902130732.46698-1-RuffaloLavoisier@gmail.com Signed-off-by: Greg Kroah-Hartman --- diff --git a/drivers/android/binder.c b/drivers/android/binder.c index fc55b5d0e4f34..b7dddbefd8c0d 100644 --- a/drivers/android/binder.c +++ b/drivers/android/binder.c @@ -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) {