From 735b0ca5f4b9eba06e4edd8b64280c6bc063c5e9 Mon Sep 17 00:00:00 2001 From: Joel Sherrill Date: Thu, 2 Feb 2012 11:00:49 -0600 Subject: [PATCH] White space correction. --- c/src/lib/libbsp/sparc/leon3/startup/bspstart.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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