summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Target
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
commit170ebcf07fa1b97dcb63bfc3d8c3f04a61389494 (patch)
tree6bd04506eb9f133d1d880e70d91d88299ccfa573 /llvm/lib/Target
parente847f132f76b25f523b16a32f828cac372a7f963 (diff)
downloadbcm5719-llvm-170ebcf07fa1b97dcb63bfc3d8c3f04a61389494.tar.gz
bcm5719-llvm-170ebcf07fa1b97dcb63bfc3d8c3f04a61389494.zip
Fix typo.
llvm-svn: 210947
Diffstat (limited to 'llvm/lib/Target')
-rw-r--r--llvm/lib/Target/PowerPC/PPCSubtarget.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/lib/Target/PowerPC/PPCSubtarget.h b/llvm/lib/Target/PowerPC/PPCSubtarget.h
index 3436095a22b..2d8399e7811 100644
--- a/llvm/lib/Target/PowerPC/PPCSubtarget.h
+++ b/llvm/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; }
OpenPOWER on IntegriCloud