From 066ae81ec9b1a5bb8f8b93f4defb089f7b315833 Mon Sep 17 00:00:00 2001 From: Samuel Thibault Date: Sat, 16 Mar 2019 19:44:04 +0100 Subject: [PATCH] hurd: Fix comment style --- hurd/hurd/signal.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/hurd/hurd/signal.h b/hurd/hurd/signal.h index b0b53668d2..308124c90b 100644 --- a/hurd/hurd/signal.h +++ b/hurd/hurd/signal.h @@ -173,8 +173,7 @@ extern int _hurd_core_limit; As a consequence, a critical section will see its RPCs return EINTR, even if SA_RESTART is set! In that case, the critical section should be left, so that the handler can run, and the whole critical section be tried again, to - avoid unexpectingly exposing EINTR to the application. - */ + avoid unexpectingly exposing EINTR to the application. */ extern void *_hurd_critical_section_lock (void); -- 2.43.5