diff options
Diffstat (limited to 'include')
-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 |