summaryrefslogtreecommitdiff
path: root/src/cpu.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/cpu.c')
-rw-r--r--src/cpu.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/cpu.c b/src/cpu.c
index 7215e14..11eebc9 100644
--- a/src/cpu.c
+++ b/src/cpu.c
@@ -43,7 +43,7 @@ void display_cpu() {
double fmt;
FILE *fp = fopen("/sys/devices/system/cpu/cpu0/cpufreq/bios_limit", "r");
if (fp == NULL) {
- perror("Error opening file");
+ perror("失敗");
return;
}