summaryrefslogtreecommitdiff
path: root/include/lib.h
diff options
context:
space:
mode:
authortrimill <trimill@trimillxyz.org>2024-02-03 21:05:27 -0500
committertrimill <trimill@trimillxyz.org>2024-02-03 21:08:36 -0500
commit85a94437048e85aa97991899abbdd0cc927ca671 (patch)
tree2cb682af2be6ec7e94ebc3f010a780d1b4037c93 /include/lib.h
parentfix lib (diff)
downloadcorn-85a94437048e85aa97991899abbdd0cc927ca671.tar.gz
corn-85a94437048e85aa97991899abbdd0cc927ca671.tar.bz2
corn-85a94437048e85aa97991899abbdd0cc927ca671.zip
formatting
Diffstat (limited to 'include/lib.h')
-rw-r--r--include/lib.h2
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