diff options
Diffstat (limited to '')
-rw-r--r-- | include/error.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/error.h b/include/error.h index 9bd01ea..c7d4072 100644 --- a/include/error.h +++ b/include/error.h @@ -106,7 +106,7 @@ void verror_at_line(int, int, const char*, unsigned int, const char*, va_list); /** - * Counts the number of times `error` ( verror`) and + * Counts the number of times `error` (`verror`) and * `error_at_line` (`verror_at_line`) has returned. * This variable is global and shared by all threads. * |