summaryrefslogtreecommitdiff
path: root/gcc/config/rx
diff options
context:
space:
mode:
authormrs <mrs@138bc75d-0d04-0410-961f-82ee72b054a4>2013-07-21 17:39:50 +0000
committermrs <mrs@138bc75d-0d04-0410-961f-82ee72b054a4>2013-07-21 17:39:50 +0000
commit4246a5c7643caf48df5a907550541f80f6157526 (patch)
treeb4024d8c280820c1b973990e1e6d3388cd6a735b /gcc/config/rx
parent42eed8b4c3317782caa8c0e267116eb6d32d4290 (diff)
downloadgcc-4246a5c7643caf48df5a907550541f80f6157526.tar.gz
Fix typos.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@201105 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/config/rx')
-rw-r--r--gcc/config/rx/rx.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/config/rx/rx.c b/gcc/config/rx/rx.c
index d781bb73d28..c23fdf95a8c 100644
--- a/gcc/config/rx/rx.c
+++ b/gcc/config/rx/rx.c
@@ -1112,7 +1112,7 @@ static unsigned int
rx_function_arg_boundary (enum machine_mode mode ATTRIBUTE_UNUSED,
const_tree type ATTRIBUTE_UNUSED)
{
- /* Older versions of the RX backend aligned all on-stack arguements
+ /* Older versions of the RX backend aligned all on-stack arguments
to 32-bits. The RX C ABI however says that they should be
aligned to their natural alignment. (See section 5.2.2 of the ABI). */
if (TARGET_GCC_ABI)