diff options
author | Mattias Andrée <maandree@operamail.com> | 2015-10-13 20:38:53 +0200 |
---|---|---|
committer | Mattias Andrée <maandree@operamail.com> | 2015-10-13 20:38:53 +0200 |
commit | fb9a852a9eee4a1060397aa2ed34782c0f9ecc2c (patch) | |
tree | 535b6b60af8c3aa77ee78cef715db786ba6c185f | |
parent | typo (diff) | |
download | slibc-fb9a852a9eee4a1060397aa2ed34782c0f9ecc2c.tar.gz slibc-fb9a852a9eee4a1060397aa2ed34782c0f9ecc2c.tar.bz2 slibc-fb9a852a9eee4a1060397aa2ed34782c0f9ecc2c.tar.xz |
typo
Signed-off-by: Mattias Andrée <maandree@operamail.com>
-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 c7d4072..866690e 100644 --- a/include/error.h +++ b/include/error.h @@ -122,7 +122,7 @@ extern volatile unsigned int error_message_count; * of the values on `filename` and `linenum`. However * it will forget the line the next time the function * is called from a different line. This variable is - * global and shared by all threads. Has a slibc + * global and shared by all threads. As a slibc * modification, `errnum` is also remembered, meaning * if the error code is different (zero is considered * an error code), the error is printed even if it |