diff options
author | Mattias Andrée <maandree@operamail.com> | 2015-10-13 19:13:10 +0200 |
---|---|---|
committer | Mattias Andrée <maandree@operamail.com> | 2015-10-13 19:13:10 +0200 |
commit | 52460d440eb761ff9a534f7fa42f2924d6878773 (patch) | |
tree | e7f6689a689799e45ba1789d0480f4885402cd32 /include | |
parent | info: customary prefixes for perror (diff) | |
download | slibc-52460d440eb761ff9a534f7fa42f2924d6878773.tar.gz slibc-52460d440eb761ff9a534f7fa42f2924d6878773.tar.bz2 slibc-52460d440eb761ff9a534f7fa42f2924d6878773.tar.xz |
typo
Signed-off-by: Mattias Andrée <maandree@operamail.com>
Diffstat (limited to 'include')
-rw-r--r-- | include/slibc-error.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/slibc-error.h b/include/slibc-error.h index b7e02b7..e47f333 100644 --- a/include/slibc-error.h +++ b/include/slibc-error.h @@ -208,7 +208,7 @@ int* __slibc_error_line(void) __GCC_ONLY(__attribute__((const))); /* TODO not im * Print a description of an error, and where the error occurred. * This function is capable of printed the full call-stack. * - * It is not recommended to used this function direction. + * It is not recommended to used this function directly. * Use the macros in <slibc-error.h> instead. * * This is a slibc extension. |