diff options
author | Ruffalo Lavoisier <ruffalolavoisier@gmail.com> | 2024-09-02 22:07:32 +0900 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2024-09-03 12:09:40 +0200 |
commit | 59d617dc727e06f97481331722b589715b3b4a87 (patch) | |
tree | 35a00f4d6232e34806ed0f8321a2af375c18b74a /drivers/android | |
parent | aead27d77f3e703f6056e12fb19f48a426df2fd7 (diff) | |
download | lwn-59d617dc727e06f97481331722b589715b3b4a87.tar.gz lwn-59d617dc727e06f97481331722b589715b3b4a87.zip |
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>
Diffstat (limited to 'drivers/android')
-rw-r--r-- | drivers/android/binder.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/android/binder.c b/drivers/android/binder.c index fc55b5d0e4f3..b7dddbefd8c0 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) { |