summaryrefslogtreecommitdiff
path: root/src/memory.c
diff options
context:
space:
mode:
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;
}