diff options
-rw-r--r-- | procfs/process.c | 2 |
1 files changed, 1 insertions, 1 deletions
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) |