diff options
author | Nico Weber <thakis@chromium.org> | 2020-08-15 14:33:43 -0400 |
---|---|---|
committer | Andreas Kling <kling@serenityos.org> | 2020-08-16 16:33:28 +0200 |
commit | 1e2dc736e3584abf7b606a3dc4e7827e58febbbc (patch) | |
tree | 9b1972ded21e92403266b6ec42536239c12372fb /Userland/tt.cpp | |
parent | af96cfe9efa57f6b4b70d12aaab4d40bad639004 (diff) | |
download | serenity-1e2dc736e3584abf7b606a3dc4e7827e58febbbc.zip |
Userland/tt: Switch to MiB
Diffstat (limited to 'Userland/tt.cpp')
-rw-r--r-- | Userland/tt.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Userland/tt.cpp b/Userland/tt.cpp index 91b5be8c5a..184122b6f4 100644 --- a/Userland/tt.cpp +++ b/Userland/tt.cpp @@ -261,7 +261,7 @@ int stack_size_test() printf("pthread_attr_setstacksize: %s\n", strerror(rc)); return 3; } - printf("Set thread stack size to 8 MB\n"); + printf("Set thread stack size to 8 MiB\n"); pthread_t thread_id; rc = pthread_create( |