aboutsummaryrefslogtreecommitdiff
path: root/procfs
diff options
context:
space:
mode:
Diffstat (limited to 'procfs')
-rw-r--r--procfs/process.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/procfs/process.c b/procfs/process.c
index a9ba51ab..eaf5f45b 100644
--- a/procfs/process.c
+++ b/procfs/process.c
@@ -286,7 +286,7 @@ process_file_gc_stat (struct proc_stat *ps, char **contents)
MACH_PRIORITY_TO_NICE(thbi->base_priority) + 20,
MACH_PRIORITY_TO_NICE(thbi->base_priority),
pi->nthreads, 0L,
- timeval_jiffies (thbi->creation_time), /* FIXME: ... since boot */
+ timeval_jiffies (tbi->creation_time), /* FIXME: ... since boot */
(long unsigned) tbi->virtual_size,
(long unsigned) tbi->resident_size / PAGE_SIZE, 0L,
start_code,