From 85a94437048e85aa97991899abbdd0cc927ca671 Mon Sep 17 00:00:00 2001 From: trimill Date: Sat, 3 Feb 2024 21:05:27 -0500 Subject: formatting --- include/lib.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include/lib.h') 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 -- cgit v1.2.3-freya