diff options
Diffstat (limited to '')
-rw-r--r-- | src/mds-base.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mds-base.c b/src/mds-base.c index 8d3eb79..6aebb62 100644 --- a/src/mds-base.c +++ b/src/mds-base.c @@ -306,8 +306,8 @@ void __attribute__((weak)) signal_all(int signo) static void __attribute__((const)) received_noop(int signo) { (void) signo; - /* This function is used rather than SIG_IGN because we - * want blocking functions to return with errno set to + /* This function is used rather than `SIG_IGN` because we + * want blocking functions to return with `errno` set to * `EINTR` rather than continue blocking. */ } |