commit | 57540c5be0c31cc91cc608462954bdd7cf8a44e7 | [log] [tgz] |
---|---|---|
author | Chris Lattner <sabre@nondot.org> | Fri Apr 15 05:22:18 2011 +0000 |
committer | Chris Lattner <sabre@nondot.org> | Fri Apr 15 05:22:18 2011 +0000 |
tree | e7e0d92899935d210ba57ca6c430bb733ceccb58 | |
parent | 0ab5e2cdedba59b4f81152d72d70e1796f796834 [diff] [blame] |
fix a bunch of comment typos found by codespell. Patch by Luis Felipe Strano Moraes! llvm-svn: 129559
diff --git a/clang/lib/Basic/TargetInfo.cpp b/clang/lib/Basic/TargetInfo.cpp index 078452e..dcf0cb4 100644 --- a/clang/lib/Basic/TargetInfo.cpp +++ b/clang/lib/Basic/TargetInfo.cpp
@@ -432,7 +432,7 @@ case ',': // multiple alternative constraint. Ignore comma. break; case '?': // Disparage slightly code. - case '!': // Disparage severly. + case '!': // Disparage severely. break; // Pass them. }