aboutsummaryrefslogtreecommitdiffstats
path: root/os/ports/GCC/PPC/chcore.c
diff options
context:
space:
mode:
authorgdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4>2013-04-11 08:41:55 +0000
committergdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4>2013-04-11 08:41:55 +0000
commitea93f0e55eb90e49bea018237e260b53553668d1 (patch)
tree856f9be531af2087f0757efc322215cf79fcaec3 /os/ports/GCC/PPC/chcore.c
parentdf7afc9b41c598a9ff924dd971989e72708094ad (diff)
downloadChibiOS-ea93f0e55eb90e49bea018237e260b53553668d1.tar.gz
ChibiOS-ea93f0e55eb90e49bea018237e260b53553668d1.tar.bz2
ChibiOS-ea93f0e55eb90e49bea018237e260b53553668d1.zip
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@5587 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'os/ports/GCC/PPC/chcore.c')
-rw-r--r--os/ports/GCC/PPC/chcore.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/os/ports/GCC/PPC/chcore.c b/os/ports/GCC/PPC/chcore.c
index da8a4aac6..4644376cf 100644
--- a/os/ports/GCC/PPC/chcore.c
+++ b/os/ports/GCC/PPC/chcore.c
@@ -34,7 +34,7 @@
*/
void port_init(void) {
#if PPC_SUPPORTS_IVORS
- /* The CPU support IVOR registers, the kernel requires IVOR4 and IVOR10
+ /* The CPU supports IVOR registers, the kernel requires IVOR4 and IVOR10
and the initialization is performed here.*/
asm volatile ("li %%r3, _IVOR4@l \t\n"
"mtIVOR4 %%r3 \t\n"