summaryrefslogtreecommitdiff
path: root/lib/Target/PowerPC
diff options
context:
space:
mode:
authorEric Christopher <echristo@gmail.com>2014-06-13 22:38:48 +0000
committerEric Christopher <echristo@gmail.com>2014-06-13 22:38:48 +0000
commit0cf109de5469b36deac4d1d70e4f7269b2afcca5 (patch)
tree9c40a061144414bc3c91046b2a1b1b9b8e2679ca /lib/Target/PowerPC
parentf154f3b59239def7a33a8e0d4bce0f9165247b47 (diff)
downloadllvm-0cf109de5469b36deac4d1d70e4f7269b2afcca5.tar.gz
llvm-0cf109de5469b36deac4d1d70e4f7269b2afcca5.tar.bz2
llvm-0cf109de5469b36deac4d1d70e4f7269b2afcca5.tar.xz
Fix typo.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@210947 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/Target/PowerPC')
-rw-r--r--lib/Target/PowerPC/PPCSubtarget.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Target/PowerPC/PPCSubtarget.h b/lib/Target/PowerPC/PPCSubtarget.h
index 3436095a22..2d8399e781 100644
--- a/lib/Target/PowerPC/PPCSubtarget.h
+++ b/lib/Target/PowerPC/PPCSubtarget.h
@@ -140,7 +140,7 @@ public:
///
unsigned getDarwinDirective() const { return DarwinDirective; }
- /// getInstrItins - Return the instruction itineraies based on subtarget
+ /// getInstrItins - Return the instruction itineraries based on subtarget
/// selection.
const InstrItineraryData &getInstrItineraryData() const { return InstrItins; }