aboutsummaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorMattias Andrée <maandree@operamail.com>2015-11-16 23:03:05 +0100
committerMattias Andrée <maandree@operamail.com>2015-11-16 23:03:05 +0100
commit3da504acf21b33753e0c4260f86c311458aba805 (patch)
tree82946dfea8cd79f7e9cf72368b370805ca36874a /doc
parentadd macros for overflow check (diff)
downloadslibc-3da504acf21b33753e0c4260f86c311458aba805.tar.gz
slibc-3da504acf21b33753e0c4260f86c311458aba805.tar.bz2
slibc-3da504acf21b33753e0c4260f86c311458aba805.tar.xz
typo
Signed-off-by: Mattias Andrée <maandree@operamail.com>
Diffstat (limited to 'doc')
-rw-r--r--doc/info/chap/error-reporting.texinfo6
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/info/chap/error-reporting.texinfo b/doc/info/chap/error-reporting.texinfo
index 4d44a31..2a438e0 100644
--- a/doc/info/chap/error-reporting.texinfo
+++ b/doc/info/chap/error-reporting.texinfo
@@ -524,12 +524,12 @@ variable is global and shared by all threads.
In @code{slibc}, functions defined in @file{<err.h>}
use functions defined in @file{<error.h>}.
-@hfindex slib-error.h
-@code{slibc} adds the header file @file{<slib-error.h>}.
+@hfindex slibc-error.h
+@code{slibc} adds the header file @file{<slibc-error.h>}.
It includes @file{<errno.h>}. It does not require
the @code{_SLIBC_SOURCE} is defined, but it does
require that neither @code{_PORTABLE_SOURCE} nor
-@code{_LIBRARY_HEADER}@. @file{<slib-error.h>} also
+@code{_LIBRARY_HEADER}@. @file{<slibc-error.h>} also
uses C preprocessors directives added by the
@sc{ISO}@tie{}C99 standard. Additionally, the
C language extensions @code{(@{ @})} and @code{typeof}.