summaryrefslogtreecommitdiffstats
path: root/c/src/lib/libbsp/powerpc/shared/start/rtems_crti.S
diff options
context:
space:
mode:
Diffstat (limited to 'c/src/lib/libbsp/powerpc/shared/start/rtems_crti.S')
-rw-r--r--c/src/lib/libbsp/powerpc/shared/start/rtems_crti.S4
1 files changed, 2 insertions, 2 deletions
diff --git a/c/src/lib/libbsp/powerpc/shared/start/rtems_crti.S b/c/src/lib/libbsp/powerpc/shared/start/rtems_crti.S
index 3d63d1261b..81ec2ae557 100644
--- a/c/src/lib/libbsp/powerpc/shared/start/rtems_crti.S
+++ b/c/src/lib/libbsp/powerpc/shared/start/rtems_crti.S
@@ -4,11 +4,11 @@
#include <libcpu/io.h>
/* terminate the __init() function and create
- * a new head '_init' for use by RTEMS to
+ * a new head '_init' for use by RTEMS to
* invoke C++ global constructors
* NOTE: it is essential that this snippet
* is hooked between ecrti and crtbegin
- *
+ *
* ecrti has the following .init section:
* __init:
* stwu r1,-16(r1)