diff options
author | Mattias Andrée <maandree@operamail.com> | 2015-10-13 20:28:22 +0200 |
---|---|---|
committer | Mattias Andrée <maandree@operamail.com> | 2015-10-13 20:28:22 +0200 |
commit | 869fcb39afd4f2fe231dc50feb9282482a986936 (patch) | |
tree | beaffb041e0fbaf71410a8c1335a7dff75347762 /include | |
parent | error.h requires _gnu_source (diff) | |
download | slibc-869fcb39afd4f2fe231dc50feb9282482a986936.tar.gz slibc-869fcb39afd4f2fe231dc50feb9282482a986936.tar.bz2 slibc-869fcb39afd4f2fe231dc50feb9282482a986936.tar.xz |
typo
Signed-off-by: Mattias Andrée <maandree@operamail.com>
Diffstat (limited to 'include')
-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. * |