diff options
| author | Alp Toker <alp@nuanti.com> | 2014-05-05 19:53:42 +0000 |
|---|---|---|
| committer | Alp Toker <alp@nuanti.com> | 2014-05-05 19:53:42 +0000 |
| commit | 08f6e9ec15fd5de36de91887d655ac9c8d7d3215 (patch) | |
| tree | 85c499c81da2b5a9df9182e6fb7a50db77231150 /clang/test/CodeGen | |
| parent | fe59062b7513325b072f4ba10fc1021fe52ff2f1 (diff) | |
| download | bcm5719-llvm-08f6e9ec15fd5de36de91887d655ac9c8d7d3215.tar.gz bcm5719-llvm-08f6e9ec15fd5de36de91887d655ac9c8d7d3215.zip | |
Fix some typos
llvm-svn: 207994
Diffstat (limited to 'clang/test/CodeGen')
| -rw-r--r-- | clang/test/CodeGen/xcore-stringtype.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/clang/test/CodeGen/xcore-stringtype.c b/clang/test/CodeGen/xcore-stringtype.c index 136b59b50c8..dcc82b47a7f 100644 --- a/clang/test/CodeGen/xcore-stringtype.c +++ b/clang/test/CodeGen/xcore-stringtype.c @@ -5,8 +5,8 @@ // In the tests below, some types are not supported by the ABI (_Complex, // variable length arrays) and will thus emit no meta data. -// The 33 tests that do emit typstrings are gathered into '!xcore.typestrings' -// Please see 'Tools Developement Guide' section 2.16.2 for format details: +// The 33 tests that do emit typestrings are gathered into '!xcore.typestrings' +// Please see 'Tools Development Guide' section 2.16.2 for format details: // <https://www.xmos.com/download/public/Tools-Development-Guide%28X9114A%29.pdf> // CHECK: !xcore.typestrings = !{!0, !1, !2, !3, !4, !5, !6, !7, !8, !9, !10, |

