2008-09-30 Joel Sherrill <joel.sherrill@oarcorp.com>

* clock/clockdrv.c: Correct spelling error in comment.
	* include/tm27.h: Delete duplicate #endif.
This commit is contained in:
Joel Sherrill
2008-09-30 14:37:33 +00:00
parent 55670973c0
commit 9927019ac7
3 changed files with 6 additions and 2 deletions

View File

@@ -1,3 +1,8 @@
2008-09-30 Joel Sherrill <joel.sherrill@oarcorp.com>
* clock/clockdrv.c: Correct spelling error in comment.
* include/tm27.h: Delete duplicate #endif.
2008-09-30 Ralf Corsépius <ralf.corsepius@rtems.org>
* clock/clockdrv.c: include "../../../shared/clockdrv_shell.h".

View File

@@ -1,7 +1,7 @@
/*
* Instantiate the clock driver shell.
*
* This usese the TOY (Time of Year) timer to implement the clock.
* This uses the TOY (Time of Year) timer to implement the clock.
*
* Copyright (c) 2005 by Cogent Computer Systems
* Written by Jay Monkman <jtm@lopingdog.com>

View File

@@ -46,6 +46,5 @@ int negate_sw_irw(uint32_t irqnum);
continue;\
} while(0)
#endif
#endif
#endif