summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--memtool.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/memtool.c b/memtool.c
index 9dc594d..c095550 100644
--- a/memtool.c
+++ b/memtool.c
@@ -30,7 +30,7 @@
/*
* Like strtoull() but handles an optional G, M, K or k
- * suffix for Gigabyte, Megabyte or Kilobyte
+ * suffix for Gibibyte, Mibibyte or Kibibyte.
*/
static unsigned long long strtoull_suffix(const char *str, char **endp, int base)
{