about summary refs log tree commit diff
path: root/hurd/hurd
diff options
context:
space:
mode:
authorSamuel Thibault <samuel.thibault@ens-lyon.org>2019-03-16 19:44:04 +0100
committerSamuel Thibault <samuel.thibault@ens-lyon.org>2019-03-16 19:44:04 +0100
commit066ae81ec9b1a5bb8f8b93f4defb089f7b315833 (patch)
tree98785365797b551c63779b6786dcdfcfa2d5d0d6 /hurd/hurd
parente87d8ada291d77f065b36c27c0b8c20ab858650b (diff)
downloadglibc-066ae81ec9b1a5bb8f8b93f4defb089f7b315833.tar.gz
glibc-066ae81ec9b1a5bb8f8b93f4defb089f7b315833.tar.xz
glibc-066ae81ec9b1a5bb8f8b93f4defb089f7b315833.zip
hurd: Fix comment style
Diffstat (limited to 'hurd/hurd')
-rw-r--r--hurd/hurd/signal.h3
1 files changed, 1 insertions, 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);