diff options
Diffstat (limited to 'include/lib.h')
-rw-r--r-- | include/lib.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/lib.h b/include/lib.h index b5f6ccc..c2adc5c 100644 --- a/include/lib.h +++ b/include/lib.h @@ -324,7 +324,7 @@ unsigned long long int strtoull(const char *str, char **endptr, int base); * - If the value has two or three decimal digits, print it followed by the * approprate suffix. * - If the value has one decimal digit, print it along with a single fractional - * digit. This also applies if the value is zero. + * digit. This also applies if the value is zero. * * @param bytes - the bytes to convert * @param buf - a pointer to the buffer to store it in (which must be at least five |