aboutsummaryrefslogtreecommitdiff
path: root/gcc/config/cr16/cr16.h
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/config/cr16/cr16.h')
-rw-r--r--gcc/config/cr16/cr16.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/config/cr16/cr16.h b/gcc/config/cr16/cr16.h
index 7f8796c..e2a678e 100644
--- a/gcc/config/cr16/cr16.h
+++ b/gcc/config/cr16/cr16.h
@@ -114,7 +114,7 @@ while (0)
&& ((ALIGN) < BITS_PER_WORD)) \
? (BITS_PER_WORD) : (ALIGN))
-/* In CR16 strings are word-aligne; strcpy from constants will be faster. */
+/* In CR16 strings are word-aligned; strcpy from constants will be faster. */
#define CONSTANT_ALIGNMENT(CONSTANT, ALIGN) \
(((TREE_CODE (CONSTANT) == STRING_CST) && ((ALIGN) < BITS_PER_WORD)) \
? (BITS_PER_WORD) : (ALIGN))