From da653d484e217ebb51d08bd44d7d66812f640d28 Mon Sep 17 00:00:00 2001 From: Sascha Hauer Date: Mon, 7 Dec 2015 08:52:32 +0100 Subject: simple_strtoull -> strtoull Signed-off-by: Sascha Hauer --- memtool.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/memtool.c b/memtool.c index 31f12a6..2ea42a2 100644 --- a/memtool.c +++ b/memtool.c @@ -29,7 +29,7 @@ #define DISP_LINE_LEN 16 /* - * Like simple_strtoull() but handles an optional G, M, K or k + * Like strtoull() but handles an optional G, M, K or k * suffix for Gigabyte, Megabyte or Kilobyte */ static unsigned long long strtoull_suffix(const char *str, char **endp, int base) -- cgit v1.2.3