From 062a39cc6788939e0563770d796b5ed39655839a Mon Sep 17 00:00:00 2001 From: Michael Jeanson Date: Thu, 2 Nov 2023 14:16:02 -0400 Subject: [PATCH] doc: fix typo in rseq(2) man page Change-Id: I52573c813418fd6d4961e3780cfb7c054f5519f2 Signed-off-by: Michael Jeanson Signed-off-by: Mathieu Desnoyers --- doc/man/rseq.2 | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/doc/man/rseq.2 b/doc/man/rseq.2 index 940b47a..5e2f955 100644 --- a/doc/man/rseq.2 +++ b/doc/man/rseq.2 @@ -80,8 +80,7 @@ context. For instance, each CPU number returned by .BR sched_getcpu () is a CPU. -The current CPU means to the CPU on which the registered thread is -running. +The current CPU means the CPU on which the registered thread is running. .PP Restartable sequences are atomic with respect to preemption (making it atomic with respect to other threads running on the same CPU), -- 2.34.1