From 3644ac0f80f3349a1176f56443cce932426ce975 Mon Sep 17 00:00:00 2001 From: "James Dominic P. Guana" Date: Tue, 20 Apr 2021 08:04:17 +0000 Subject: fix comment 2 --- glibtop.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/glibtop.h b/glibtop.h index dd543f7e..ed73dad5 100644 --- a/glibtop.h +++ b/glibtop.h @@ -80,8 +80,8 @@ struct _glibtop int socket; /* Accepted connection of a socket */ int ncpu; /* Number of CPUs, zero if single-processor */ int real_ncpu; /* Real number of CPUs. Only ncpu are monitored */ - int ndisk; /* Number of DISKs, zero if single-disk. This pertains to disk volumes */ - int real_ndisk; /* Number of PHYSICAL DISKs. Only ndisk is monitored for now */ + int ndisk; /* Number of DISKs, zero if single-disk. This pertains to disk volumes */ + int real_ndisk; /* Number of PHYSICAL DISKs. Only ndisk is monitored for now */ unsigned long os_version_code; /* Version code of the operating system */ const char *name; /* Program name for error messages */ const char *server_command; /* Command used to invoke server */ -- cgit v1.2.1