aboutsummaryrefslogtreecommitdiffstats
path: root/test/MC/MachO/bss.s
diff options
context:
space:
mode:
Diffstat (limited to 'test/MC/MachO/bss.s')
-rw-r--r--test/MC/MachO/bss.s2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/MC/MachO/bss.s b/test/MC/MachO/bss.s
index 15d490a..c5afe10 100644
--- a/test/MC/MachO/bss.s
+++ b/test/MC/MachO/bss.s
@@ -1,4 +1,4 @@
-// The purpose of this test is to verify that bss sections are emited correctly.
+// The purpose of this test is to verify that bss sections are emitted correctly.
// RUN: llvm-mc -filetype=obj -triple i686-apple-darwin9 %s | llvm-readobj -s | FileCheck %s
// RUN: llvm-mc -filetype=obj -triple x86_64-apple-darwin9 %s | llvm-readobj -s | FileCheck %s