Skip to content

Commit 16a7306

Browse files
Fix function name
1 parent e43f1dd commit 16a7306

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/util.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ __attribute__((unused)) static int util_cpuCoresCacheTTL = 60;
7878
#if defined(__linux__)
7979
int UTIL_countAvailableCores(void);
8080
int UTIL_countAvailableCores_posix_sysconf(void);
81-
int UTIL_countAvailableCores_prse_cpuinfo(void);
81+
int UTIL_countAvailableCores_parse_cpuinfo(void);
8282
#else
8383
int UTIL_countAvailableCores(void);
8484
#endif

0 commit comments

Comments
 (0)