summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJames Dominic P. Guana <guana.histark@gmail.com>2021-04-20 08:01:24 +0000
committerRobert Roth <robert.roth.off@gmail.com>2021-04-23 09:48:11 +0000
commitae99056bdf7216e0594172fb6ec370cafe93f44c (patch)
treee784910e43303949c15a42bd39d3f3a95ad5e034
parent572b195407ce3d8c78270b1fce6aa8e692b62ed8 (diff)
downloadlibgtop-ae99056bdf7216e0594172fb6ec370cafe93f44c.tar.gz
Fix comment
-rw-r--r--glibtop.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/glibtop.h b/glibtop.h
index 352654f2..dd543f7e 100644
--- a/glibtop.h
+++ b/glibtop.h
@@ -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 */