2007-08-28 Joel Sherrill <joel.sherrill@OARcorp.com>

* rtems/include/rtems/rtems/clock.h, score/src/threadhandler.c: Fix
	spacing and spelling.
This commit is contained in:
Joel Sherrill
2007-08-28 14:09:37 +00:00
parent d030c4e72d
commit a8e030de9b
3 changed files with 7 additions and 3 deletions

View File

@@ -1,3 +1,8 @@
2007-08-28 Joel Sherrill <joel.sherrill@OARcorp.com>
* rtems/include/rtems/rtems/clock.h, score/src/threadhandler.c: Fix
spacing and spelling.
2007-08-28 Joel Sherrill <joel.sherrill@OARcorp.com>
PR 1256/networking

View File

@@ -118,7 +118,7 @@ rtems_status_code rtems_clock_tick( void );
*
* Output parameters:
* RTEMS_SUCCESSFUL - if successful
* error code - if unsuccessful
* error code - if unsuccessful
*/
rtems_status_code rtems_clock_set_nanoseconds_extension(
rtems_nanoseconds_extension_routine routine
@@ -136,7 +136,7 @@ rtems_status_code rtems_clock_set_nanoseconds_extension(
*
* Output parameters:
* RTEMS_SUCCESSFUL - if successful
* error code - if unsuccessful
* error code - if unsuccessful
*/
rtems_status_code rtems_clock_get_uptime(
struct timespec *uptime

View File

@@ -125,7 +125,6 @@ void _Thread_Handler( void )
__main ();
#endif
switch ( executing->Start.prototype ) {
case THREAD_START_NUMERIC:
executing->Wait.return_argument =