aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMattias Andrée <maandree@operamail.com>2015-10-13 20:28:22 +0200
committerMattias Andrée <maandree@operamail.com>2015-10-13 20:28:22 +0200
commit869fcb39afd4f2fe231dc50feb9282482a986936 (patch)
treebeaffb041e0fbaf71410a8c1335a7dff75347762
parenterror.h requires _gnu_source (diff)
downloadslibc-869fcb39afd4f2fe231dc50feb9282482a986936.tar.gz
slibc-869fcb39afd4f2fe231dc50feb9282482a986936.tar.bz2
slibc-869fcb39afd4f2fe231dc50feb9282482a986936.tar.xz
typo
Signed-off-by: Mattias Andrée <maandree@operamail.com>
-rw-r--r--include/error.h2
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.
*