From 0bade9e6d0fc9ee8fdeb5a8b8be851b6ed91a5e7 Mon Sep 17 00:00:00 2001 From: Zhuo Zhang Date: Fri, 1 Jan 2021 00:34:03 +0800 Subject: [PATCH] fix typo in cpu.h's comment (#2538) --- src/cpu.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/cpu.h b/src/cpu.h index d79b67810..ffc0a4942 100644 --- a/src/cpu.h +++ b/src/cpu.h @@ -59,7 +59,7 @@ int get_little_cpu_count(); int get_big_cpu_count(); // bind all threads on little clusters if powersave enabled -// affacts HMP arch cpu like ARM big.LITTLE +// affects HMP arch cpu like ARM big.LITTLE // only implemented on android at the moment // switching powersave is expensive and not thread-safe // 0 = all cores enabled(default)