| commit | 64b3894035853b8d6a65cca09a090dd6fd588183 | [log] [tgz] |
|---|---|---|
| author | Chris Lattner <sabre@nondot.org> | Wed Sep 10 05:30:09 2003 +0000 |
| committer | Chris Lattner <sabre@nondot.org> | Wed Sep 10 05:30:09 2003 +0000 |
| tree | fc90368adc0663e44f38d3ad5912a9222b18efdd | |
| parent | 216c7b8aedbf4c3f5a60835c75872ddc35cfc3e4 [diff] [blame] |
Fix spello llvm-svn: 8432
diff --git a/llvm/include/Support/Casting.h b/llvm/include/Support/Casting.h index a5a0955..2815ecd 100644 --- a/llvm/include/Support/Casting.h +++ b/llvm/include/Support/Casting.h
@@ -62,7 +62,7 @@ }; // isa_impl_cl - Use class partial specialization to transform types to a single -// cannonical form for isa_impl. +// canonical form for isa_impl. // template<typename FromCl> struct isa_impl_cl {