Skip to content

Commit 312bcb7

Browse files
ukleinekUwe Kleine-König
authored and
Uwe Kleine-König
committed
Fix comment about suffixes supported by strtoull_suffix
Signed-off-by: Uwe Kleine-König <[email protected]>
1 parent 9ec3bd8 commit 312bcb7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

memtool.c

+1-1
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030

3131
/*
3232
* Like strtoull() but handles an optional G, M, K or k
33-
* suffix for Gigabyte, Megabyte or Kilobyte
33+
* suffix for Gibibyte, Mibibyte or Kibibyte.
3434
*/
3535
static unsigned long long strtoull_suffix(const char *str, char **endp, int base)
3636
{

0 commit comments

Comments
 (0)