diff options
| author | Alp Toker <alp@nuanti.com> | 2014-07-14 19:42:55 +0000 |
|---|---|---|
| committer | Alp Toker <alp@nuanti.com> | 2014-07-14 19:42:55 +0000 |
| commit | 958027b698525787804ba5bf8ba45326a55dc274 (patch) | |
| tree | 592e1961fbbd281867eb1ef884046b6b88276b5e /clang/lib/Basic | |
| parent | 973b2ff322ca2a04540aa035dc80ae71e6c25d7e (diff) | |
| download | bcm5719-llvm-958027b698525787804ba5bf8ba45326a55dc274.tar.gz bcm5719-llvm-958027b698525787804ba5bf8ba45326a55dc274.zip | |
Fix typos
Also consolidate 'backward compatibility'
llvm-svn: 212974
Diffstat (limited to 'clang/lib/Basic')
| -rw-r--r-- | clang/lib/Basic/Targets.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/clang/lib/Basic/Targets.cpp b/clang/lib/Basic/Targets.cpp index c118c9c2474..2a6623425ba 100644 --- a/clang/lib/Basic/Targets.cpp +++ b/clang/lib/Basic/Targets.cpp @@ -5459,7 +5459,7 @@ public: case 'r': // CPU registers. case 'd': // Equivalent to "r" unless generating MIPS16 code. - case 'y': // Equivalent to "r", backwards compatibility only. + case 'y': // Equivalent to "r", backward compatibility only. case 'f': // floating-point registers. case 'c': // $25 for indirect jumps case 'l': // lo register |

