summaryrefslogtreecommitdiffstats
path: root/c
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@oarcorp.com>2012-02-02 11:00:49 -0600
committerJoel Sherrill <joel.sherrill@oarcorp.com>2012-02-02 11:00:49 -0600
commit735b0ca5f4b9eba06e4edd8b64280c6bc063c5e9 (patch)
tree0dcde9b17deb0c80e656703c7dca737b72406e03 /c
parentLEON3: CPU index intialization moved to bspstart.c (diff)
downloadrtems-735b0ca5f4b9eba06e4edd8b64280c6bc063c5e9.tar.bz2
White space correction.
Diffstat (limited to 'c')
-rw-r--r--c/src/lib/libbsp/sparc/leon3/startup/bspstart.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/c/src/lib/libbsp/sparc/leon3/startup/bspstart.c b/c/src/lib/libbsp/sparc/leon3/startup/bspstart.c
index 82054e814a..f6aafb2e22 100644
--- a/c/src/lib/libbsp/sparc/leon3/startup/bspstart.c
+++ b/c/src/lib/libbsp/sparc/leon3/startup/bspstart.c
@@ -68,7 +68,7 @@ void bsp_start( void )
{
CPU_SPARC_HAS_SNOOPING = set_snooping();
- /* Get the LEON3 CPU index, normally 0, but for MP systems we do
+ /* Get the LEON3 CPU index, normally 0, but for MP systems we do
* _not_ assume that this is CPU0. One may run another OS on CPU0
* and RTEMS on this CPU, and AMP system with mixed operating
* systems