From 3d1ebf7ac8f9bbc19b62e9e8327f6c3cdb13550f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=AB=8F=E8=A8=AA=E5=AD=90?= Date: Tue, 18 Jun 2024 14:44:12 +0900 Subject: =?UTF-8?q?Linux:=20CPU=E3=81=AE=E8=A1=A8=E7=A4=BA=E3=81=AE?= =?UTF-8?q?=E8=BF=BD=E5=8A=A0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/memory.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/memory.c') 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; } -- cgit v1.2.3