From cd1b5f2d3286a5cee8b0ab4fea42f5de290ede38 Mon Sep 17 00:00:00 2001 From: ari melody Date: Sun, 11 Feb 2024 00:45:00 +0000 Subject: [PATCH] fixed typo <3 --- main.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main.c b/main.c index 744b915..40c29cc 100644 --- a/main.c +++ b/main.c @@ -5,7 +5,7 @@ int main() { long long unsigned int size = 0; - printf("please enter the number of sizes (GiB) you would like to allocate (i.e. 4 = 4GiB):\n> "); + printf("please enter the number of bytes (GiB) you would like to allocate (i.e. 4 = 4GiB):\n> "); int digit = 0; while (1) { char input = getchar();