浏览代码

Userland/tt: Switch to MiB

Nico Weber 4 年之前
父节点
当前提交
1e2dc736e3
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      Userland/tt.cpp

+ 1 - 1
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(