summaryrefslogtreecommitdiff
path: root/sysproc.c
diff options
context:
space:
mode:
Diffstat (limited to 'sysproc.c')
-rw-r--r--sysproc.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sysproc.c b/sysproc.c
index 2a92c48..c66339e 100644
--- a/sysproc.c
+++ b/sysproc.c
@@ -77,7 +77,7 @@ sys_sleep(void)
}
// return how many clock tick interrupts have occurred
-// since boot.
+// since start.
int
sys_uptime(void)
{