diff --git a/c/src/lib/libbsp/sh/shsim/ChangeLog b/c/src/lib/libbsp/sh/shsim/ChangeLog index e8bcd2c952..9e8bf59e39 100644 --- a/c/src/lib/libbsp/sh/shsim/ChangeLog +++ b/c/src/lib/libbsp/sh/shsim/ChangeLog @@ -1,3 +1,7 @@ +2008-09-24 Joel Sherrill + + * clock/clockdrv.c: Fix comment. + 2008-09-24 Joel Sherrill * Makefile.am, configure.ac, clock/clockdrv.c, include/bsp.h, diff --git a/c/src/lib/libbsp/sh/shsim/clock/clockdrv.c b/c/src/lib/libbsp/sh/shsim/clock/clockdrv.c index a432d2982b..2397b0efc6 100644 --- a/c/src/lib/libbsp/sh/shsim/clock/clockdrv.c +++ b/c/src/lib/libbsp/sh/shsim/clock/clockdrv.c @@ -1,8 +1,8 @@ /* * Instantiate the clock driver shell. * - * Since there is no clock source on the simulator, all we do is - * make sure it will build. + * Since there is no clock source on the simulator, we fake + * it with a special IDLE task. * * $Id$ */ @@ -30,7 +30,6 @@ volatile bool clock_driver_enabled; #include "../../../shared/clockdrv_shell.c" - /* * Since there is no interrupt on this simulator, let's just * fake time passing. This will not let preemption from an