aboutsummaryrefslogtreecommitdiffstats
path: root/src/mds-base.c
diff options
context:
space:
mode:
authorMattias Andrée <maandree@operamail.com>2014-09-13 09:57:14 +0200
committerMattias Andrée <maandree@operamail.com>2014-09-13 09:57:14 +0200
commit02b926daece5059798013fbe7a24dd9aeb06d810 (patch)
treeef3ae05310508a381b2c09d30d43c9afe633915a /src/mds-base.c
parentupdate todo (diff)
downloadmds-02b926daece5059798013fbe7a24dd9aeb06d810.tar.gz
mds-02b926daece5059798013fbe7a24dd9aeb06d810.tar.bz2
mds-02b926daece5059798013fbe7a24dd9aeb06d810.tar.xz
doc style fix
Signed-off-by: Mattias Andrée <maandree@operamail.com>
Diffstat (limited to 'src/mds-base.c')
-rw-r--r--src/mds-base.c4
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. */
}