diff options
| author | Chris Lattner <sabre@nondot.org> | 2011-04-15 05:22:18 +0000 |
|---|---|---|
| committer | Chris Lattner <sabre@nondot.org> | 2011-04-15 05:22:18 +0000 |
| commit | 57540c5be0c31cc91cc608462954bdd7cf8a44e7 (patch) | |
| tree | e7e0d92899935d210ba57ca6c430bb733ceccb58 /clang/lib/CodeGen/CodeGenFunction.h | |
| parent | 0ab5e2cdedba59b4f81152d72d70e1796f796834 (diff) | |
| download | llvm-57540c5be0c31cc91cc608462954bdd7cf8a44e7.zip llvm-57540c5be0c31cc91cc608462954bdd7cf8a44e7.tar.gz llvm-57540c5be0c31cc91cc608462954bdd7cf8a44e7.tar.bz2 | |
fix a bunch of comment typos found by codespell. Patch by
Luis Felipe Strano Moraes!
llvm-svn: 129559
Diffstat (limited to 'clang/lib/CodeGen/CodeGenFunction.h')
| -rw-r--r-- | clang/lib/CodeGen/CodeGenFunction.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/clang/lib/CodeGen/CodeGenFunction.h b/clang/lib/CodeGen/CodeGenFunction.h index d53da9f..fa86f05 100644 --- a/clang/lib/CodeGen/CodeGenFunction.h +++ b/clang/lib/CodeGen/CodeGenFunction.h @@ -1791,7 +1791,7 @@ public: LValue EmitComplexAssignmentLValue(const BinaryOperator *E); LValue EmitComplexCompoundAssignmentLValue(const CompoundAssignOperator *E); - // Note: only availabe for agg return types + // Note: only available for agg return types LValue EmitBinaryOperatorLValue(const BinaryOperator *E); LValue EmitCompoundAssignmentLValue(const CompoundAssignOperator *E); // Note: only available for agg return types |
