fixed typo <3
This commit is contained in:
parent
bb911ac8e4
commit
cd1b5f2d32
2
main.c
2
main.c
|
@ -5,7 +5,7 @@ int main() {
|
||||||
|
|
||||||
long long unsigned int size = 0;
|
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;
|
int digit = 0;
|
||||||
while (1) {
|
while (1) {
|
||||||
char input = getchar();
|
char input = getchar();
|
||||||
|
|
Loading…
Reference in a new issue