summaryrefslogtreecommitdiff
path: root/proc
diff options
context:
space:
mode:
authorJim Warner <james.warner@comcast.net>2014-08-06 00:00:00 -0500
committerJaromir Capik <jcapik@redhat.com>2014-08-08 22:14:21 +0200
commitbcbc3c5a029b8936c72063bf1175b42a97f184f2 (patch)
tree773437df71edf85647075dfbb9f7bb12833292b5 /proc
parentdfe1f7d10482a0e55f8e7fe25eca3311e80b8f91 (diff)
downloadprocps-ng-bcbc3c5a029b8936c72063bf1175b42a97f184f2.tar.gz
misc: result after checking all files for misspellings
Reference(s): https://github.com/lyda/misspell-check.git Signed-off-by: Jim Warner <james.warner@comcast.net>
Diffstat (limited to 'proc')
-rw-r--r--proc/readproc.32
-rw-r--r--proc/readproctab.32
-rw-r--r--proc/sysinfo.c2
3 files changed, 3 insertions, 3 deletions
diff --git a/proc/readproc.3 b/proc/readproc.3
index fd548d1..ec65e2f 100644
--- a/proc/readproc.3
+++ b/proc/readproc.3
@@ -39,7 +39,7 @@ is not NULL, it will use the struct pointed at by
.IR return_buf .
Otherwise it will allocate a new
.I proc_t
-stucture and return a pointer to it.
+structure and return a pointer to it.
Note that (if so specified in
.IR PT )
readproc always allocates memory if it fills in the
diff --git a/proc/readproctab.3 b/proc/readproctab.3
index 45712d8..d76350a 100644
--- a/proc/readproctab.3
+++ b/proc/readproctab.3
@@ -28,7 +28,7 @@ readproctab, freeproctab \- read information for all current processes at once
.B readproctab
reads information on all processes matching the criteria from
.IR flags ,
-allocating memory for everthing as needed. It returns a
+allocating memory for everything as needed. It returns a
NULL-terminated list of
.I proc_t
pointers. For more information on the arguments of
diff --git a/proc/sysinfo.c b/proc/sysinfo.c
index 6b01397..1876980 100644
--- a/proc/sysinfo.c
+++ b/proc/sysinfo.c
@@ -148,7 +148,7 @@ unsigned long getbtime(void) {
* is the kernel clock tick rate. One of these units is called a jiffy.
* The HZ value used in the kernel may vary according to hacker desire.
* According to Linus Torvalds, this is not true. He considers the values
- * in /proc as being in architecture-dependant units that have no relation
+ * in /proc as being in architecture-dependent units that have no relation
* to the kernel clock tick rate. Examination of the kernel source code
* reveals that opinion as wishful thinking.
*