aboutsummaryrefslogtreecommitdiffstats
path: root/include/slibc-error.h
diff options
context:
space:
mode:
authorMattias Andrée <maandree@operamail.com>2015-10-13 19:13:10 +0200
committerMattias Andrée <maandree@operamail.com>2015-10-13 19:13:10 +0200
commit52460d440eb761ff9a534f7fa42f2924d6878773 (patch)
treee7f6689a689799e45ba1789d0480f4885402cd32 /include/slibc-error.h
parentinfo: customary prefixes for perror (diff)
downloadslibc-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/slibc-error.h')
-rw-r--r--include/slibc-error.h2
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.