diff options
author | Eric Christopher <echristo@gmail.com> | 2014-07-02 22:05:40 +0000 |
---|---|---|
committer | Eric Christopher <echristo@gmail.com> | 2014-07-02 22:05:40 +0000 |
commit | 0eaa541ea596476c463c40c3cd432b0ee6011ee5 (patch) | |
tree | 906431bdaacea57536c0f12f57d06748d5e94284 /llvm/lib/Target/SystemZ/SystemZSubtarget.cpp | |
parent | 8da6cc6a05e9e4a1be833bfdb76a59ab1a68cee9 (diff) | |
download | bcm5719-llvm-0eaa541ea596476c463c40c3cd432b0ee6011ee5.tar.gz bcm5719-llvm-0eaa541ea596476c463c40c3cd432b0ee6011ee5.zip |
Fix typos.
llvm-svn: 212228
Diffstat (limited to 'llvm/lib/Target/SystemZ/SystemZSubtarget.cpp')
-rw-r--r-- | llvm/lib/Target/SystemZ/SystemZSubtarget.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/lib/Target/SystemZ/SystemZSubtarget.cpp b/llvm/lib/Target/SystemZ/SystemZSubtarget.cpp index 22246d1153c..e160bc86f22 100644 --- a/llvm/lib/Target/SystemZ/SystemZSubtarget.cpp +++ b/llvm/lib/Target/SystemZ/SystemZSubtarget.cpp @@ -20,7 +20,7 @@ using namespace llvm; #define GET_SUBTARGETINFO_CTOR #include "SystemZGenSubtargetInfo.inc" -// Pin the vtabel to this file. +// Pin the vtable to this file. void SystemZSubtarget::anchor() {} SystemZSubtarget & |