Re: [PATCH] locking: fix typos in comments
From: Dmitry Ilvokhin
Date: Thu Apr 16 2026 - 11:12:08 EST
On Thu, Apr 16, 2026 at 05:04:07PM +0800, Xiang Gao wrote:
> From: Xiang Gao <gaoxiang17@xxxxxxxxxx>
>
> Fix the following typos in comments:
>
> mutex.c: "crital" -> "critical" (2 instances)
> mutex.c: "task_strcut" -> "task_struct" (2 instances)
> rwsem.c: "Otherwisee" -> "Otherwise"
> rwsem.c: "crital" -> "critical" (2 instances)
> rwsem.c: "task_strcut" -> "task_struct"
>
> Signed-off-by: Xiang Gao <gaoxiang17@xxxxxxxxxx>
Reviewed-by: Dmitry Ilvokhin <d@xxxxxxxxxxxx>