aboutsummaryrefslogtreecommitdiff
path: root/gcc/config/m32c
diff options
context:
space:
mode:
authorDJ Delorie <dj@redhat.com>2005-09-05 22:32:26 -0400
committerDJ Delorie <dj@gcc.gnu.org>2005-09-05 22:32:26 -0400
commitdc019eb8fe462a85e65b52cfa945b361aaa2cb62 (patch)
tree7ee7b81bcdaef14562f380fad53a046d58d2090e /gcc/config/m32c
parentcd64dc985a81b4eb80a238f633df9f8e9c40ed90 (diff)
downloadgcc-dc019eb8fe462a85e65b52cfa945b361aaa2cb62.zip
gcc-dc019eb8fe462a85e65b52cfa945b361aaa2cb62.tar.gz
gcc-dc019eb8fe462a85e65b52cfa945b361aaa2cb62.tar.bz2
m32c.h (TRAMPOLINE_ALIGNMENT): Correct misspelling of macro.
* config/m32c/m32c.h (TRAMPOLINE_ALIGNMENT): Correct misspelling of macro. From-SVN: r103928
Diffstat (limited to 'gcc/config/m32c')
-rw-r--r--gcc/config/m32c/m32c.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/config/m32c/m32c.h b/gcc/config/m32c/m32c.h
index fae6c5c..99968f9 100644
--- a/gcc/config/m32c/m32c.h
+++ b/gcc/config/m32c/m32c.h
@@ -517,7 +517,7 @@ typedef struct m32c_cumulative_args
/* Trampolines for Nested Functions */
#define TRAMPOLINE_SIZE m32c_trampoline_size ()
-#define TRAMPOLINE_ALIGMNENT m32c_trampoline_alignment ()
+#define TRAMPOLINE_ALIGNMENT m32c_trampoline_alignment ()
#define INITIALIZE_TRAMPOLINE(a,fn,sc) m32c_initialize_trampoline (a, fn, sc)
/* Addressing Modes */