Fix comment

This commit is contained in:
James Dominic P. Guana
2021-04-20 08:01:24 +00:00
committed by Robert Roth
parent 572b195407
commit ae99056bdf

View File

@@ -81,7 +81,7 @@ struct _glibtop
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 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 */