summaryrefslogtreecommitdiff
path: root/src/memory.c
diff options
context:
space:
mode:
author諏訪子 <suwako@076.moe>2024-06-18 14:44:12 +0900
committer諏訪子 <suwako@076.moe>2024-06-18 14:44:12 +0900
commit3d1ebf7ac8f9bbc19b62e9e8327f6c3cdb13550f (patch)
tree0e80577abbfa6e43e104e0eb95f28f142957710d /src/memory.c
parent794dffcfe2204a6b7d92072e7af54e6e058dcbe9 (diff)
Linux: CPUの表示の追加
Diffstat (limited to 'src/memory.c')
-rw-r--r--src/memory.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/memory.c b/src/memory.c
index 6589da1..7fa55be 100644
--- a/src/memory.c
+++ b/src/memory.c
@@ -10,7 +10,7 @@ long long int run_mem_command(const char *command) {
FILE *p = popen(command, "r");
if (!p) {
- fprintf(stderr, "ホストコマンドを実効に失敗: %s", command);
+ fprintf(stderr, "メモリコマンドを実効に失敗: %s", command);
return 0;
}