summaryrefslogtreecommitdiff
path: root/test/MC/ARM64/separator.s
diff options
context:
space:
mode:
authorAlp Toker <alp@nuanti.com>2014-04-09 14:47:27 +0000
committerAlp Toker <alp@nuanti.com>2014-04-09 14:47:27 +0000
commit46d36be2eb02f35fef15952699d0e32e6138760d (patch)
tree377a6835c162218586f0bef2cf8f8c727ab9fc2a /test/MC/ARM64/separator.s
parent35fb92daddc1322f8f1a1623f098eb6f28e0d149 (diff)
downloadllvm-46d36be2eb02f35fef15952699d0e32e6138760d.tar.gz
llvm-46d36be2eb02f35fef15952699d0e32e6138760d.tar.bz2
llvm-46d36be2eb02f35fef15952699d0e32e6138760d.tar.xz
Fix some doc and comment typos
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@205899 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/MC/ARM64/separator.s')
-rw-r--r--test/MC/ARM64/separator.s2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/MC/ARM64/separator.s b/test/MC/ARM64/separator.s
index 18f34b99a0..e67deba825 100644
--- a/test/MC/ARM64/separator.s
+++ b/test/MC/ARM64/separator.s
@@ -1,6 +1,6 @@
; RUN: llvm-mc -triple arm64-apple-darwin -show-encoding < %s | FileCheck %s
-; ARM64 uses a multi-character statment separator, "%%". Check that we lex
+; ARM64 uses a multi-character statement separator, "%%". Check that we lex
; it properly and recognize the multiple assembly statements on the line.
; To make sure the output assembly correctly handled the instructions,