summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorAndrew Trick <atrick@apple.com>2013-12-05 17:55:47 +0000
committerAndrew Trick <atrick@apple.com>2013-12-05 17:55:47 +0000
commit0591e2a415fd97708d805717315ddc79760bf9cb (patch)
tree0ae8f4cd0f05dddf81aa5fecb42270a01210386a /include
parent6b11950e39e3b2e44a2dee25189ef035bd8244db (diff)
downloadllvm-0591e2a415fd97708d805717315ddc79760bf9cb.tar.gz
llvm-0591e2a415fd97708d805717315ddc79760bf9cb.tar.bz2
llvm-0591e2a415fd97708d805717315ddc79760bf9cb.tar.xz
comment typo and reformat
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@196513 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'include')
-rw-r--r--include/llvm/MC/MCSchedule.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/llvm/MC/MCSchedule.h b/include/llvm/MC/MCSchedule.h
index 6881e1d05a..8cd56b3315 100644
--- a/include/llvm/MC/MCSchedule.h
+++ b/include/llvm/MC/MCSchedule.h
@@ -149,7 +149,7 @@ public:
// but we balance those stalls against other heuristics.
//
// "> 1" means the processor is out-of-order. This is a machine independent
- // estimate of highly machine specific characteristics such are the register
+ // estimate of highly machine specific characteristics such as the register
// renaming pool and reorder buffer.
unsigned MicroOpBufferSize;
static const unsigned DefaultMicroOpBufferSize = 0;