X-Git-Url: https://git.hcoop.net/bpt/emacs.git/blobdiff_plain/22e9fe2445883d651799f027917cd50d065f200d..e0f24100c74828aadd926f0afa6e3440be8c89d0:/src/getloadavg.c diff --git a/src/getloadavg.c b/src/getloadavg.c index f40149a8c4..6d66cbfd8a 100644 --- a/src/getloadavg.c +++ b/src/getloadavg.c @@ -484,7 +484,7 @@ static struct dg_sys_info_load_info load_info; /* what-a-mouthful! */ #if !defined(HAVE_LIBKSTAT) && defined(LOAD_AVE_TYPE) /* File descriptor open to /dev/kmem or VMS load ave driver. */ static int channel; -/* Nonzero iff channel is valid. */ +/* Nonzero if channel is valid. */ static int getloadavg_initialized; /* Offset in kmem to seek to read load average, or 0 means invalid. */ static long offset;