mirror of
https://github.com/xzeldon/htop.git
synced 2025-07-12 12:14:36 +03:00
Fix misc typos
[ci skip]
This commit is contained in:
@ -54,7 +54,7 @@ static void SolarisProcessList_updateCPUcount(ProcessList* super) {
|
||||
|
||||
s = sysconf(_SC_NPROCESSORS_CONF);
|
||||
if (s < 1)
|
||||
CRT_fatalError("Cannot get exisitng CPU count by sysconf(_SC_NPROCESSORS_CONF)");
|
||||
CRT_fatalError("Cannot get existing CPU count by sysconf(_SC_NPROCESSORS_CONF)");
|
||||
|
||||
if (s != super->existingCPUs) {
|
||||
if (s == 1) {
|
||||
|
Reference in New Issue
Block a user