From 3628f1479b9fb77bed1ba4ab8e93ee98e14d9960 Mon Sep 17 00:00:00 2001 From: Justus Winter <4winter@informatik.uni-hamburg.de> Date: Thu, 18 Sep 2014 16:55:19 +0200 Subject: procfs: fix typo in comment * procfs/process.c (process_stat_make_node): Fix typo in comment. --- procfs/process.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/procfs/process.c b/procfs/process.c index 269a18bb..48541484 100644 --- a/procfs/process.c +++ b/procfs/process.c @@ -316,7 +316,7 @@ process_file_make_node (void *dir_hook, const void *entry_hook) return np; } -/* Stat needs its own constructor in oreder to set its mode according to +/* Stat needs its own constructor in order to set its mode according to the --stat-mode command-line option. */ static struct node * process_stat_make_node (void *dir_hook, const void *entry_hook) -- cgit v1.2.3