diff options
Diffstat (limited to 'src/mds-echo.h')
-rw-r--r-- | src/mds-echo.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mds-echo.h b/src/mds-echo.h index 34a12e9..2bf9fd2 100644 --- a/src/mds-echo.h +++ b/src/mds-echo.h @@ -26,7 +26,7 @@ * Echo the received message payload * * @return Zero on success -1 on error or interruption, - * errno will be set accordingly + * `errno` will be set accordingly */ int echo_message(void); |