From: Samuel Thibault Date: Sat, 16 Mar 2019 18:44:04 +0000 (+0100) Subject: hurd: Fix comment style X-Git-Tag: glibc-2.30~279 X-Git-Url: https://sourceware.org/git/?a=commitdiff_plain;h=066ae81ec9b1a5bb8f8b93f4defb089f7b315833;p=glibc.git hurd: Fix comment style --- 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);