From: David van Moolenbroek Date: Wed, 30 Dec 2009 14:56:54 +0000 (+0000) Subject: Kernel: fix do_stime.c header comment (2) X-Git-Tag: v3.1.6~124 X-Git-Url: http://zhaoyanbai.com/repos/weatherstation.js?a=commitdiff_plain;h=44e46860c74d2055324f81c926ee4a2242041431;p=minix.git Kernel: fix do_stime.c header comment (2) --- diff --git a/kernel/system/do_stime.c b/kernel/system/do_stime.c index a73f260af..e2560e0bf 100644 --- a/kernel/system/do_stime.c +++ b/kernel/system/do_stime.c @@ -2,7 +2,7 @@ * m_type: SYS_STIME * * The parameters for this kernel call are: - * m4_l3: T_BOOTITME + * m4_l3: T_BOOTTIME */ #include "../system.h"