Skip to content

Commit 1e2dc73

Browse files
nicoawesomekling
authored andcommitted
Userland/tt: Switch to MiB
1 parent af96cfe commit 1e2dc73

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Userland/tt.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -261,7 +261,7 @@ int stack_size_test()
261261
printf("pthread_attr_setstacksize: %s\n", strerror(rc));
262262
return 3;
263263
}
264-
printf("Set thread stack size to 8 MB\n");
264+
printf("Set thread stack size to 8 MiB\n");
265265

266266
pthread_t thread_id;
267267
rc = pthread_create(

0 commit comments

Comments
 (0)