diff options
author | Justus Winter <4winter@informatik.uni-hamburg.de> | 2014-09-18 16:55:19 +0200 |
---|---|---|
committer | Justus Winter <4winter@informatik.uni-hamburg.de> | 2014-09-18 16:55:19 +0200 |
commit | 3628f1479b9fb77bed1ba4ab8e93ee98e14d9960 (patch) | |
tree | a0aa8ae490520e0618ab9ca49c2614c8df4054e3 /procfs | |
parent | 74fc3df9e4ecd84b971904d3e14e5a710d941836 (diff) |
procfs: fix typo in comment
* procfs/process.c (process_stat_make_node): Fix typo in comment.
Diffstat (limited to 'procfs')
-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) |