aboutsummaryrefslogtreecommitdiffstats
path: root/test/FrontendC/2006-05-01-AppleAlignmentPragma.c
diff options
context:
space:
mode:
Diffstat (limited to 'test/FrontendC/2006-05-01-AppleAlignmentPragma.c')
-rw-r--r--test/FrontendC/2006-05-01-AppleAlignmentPragma.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/FrontendC/2006-05-01-AppleAlignmentPragma.c b/test/FrontendC/2006-05-01-AppleAlignmentPragma.c
index c9050aa..233968b 100644
--- a/test/FrontendC/2006-05-01-AppleAlignmentPragma.c
+++ b/test/FrontendC/2006-05-01-AppleAlignmentPragma.c
@@ -1,7 +1,7 @@
// RUN: %llvmgcc %s -S -o -
#ifdef __APPLE__
-/* test that X is layed out correctly when this pragma is used. */
+/* test that X is laid out correctly when this pragma is used. */
#pragma options align=mac68k
#endif