1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-11-23 19:23:23 +01:00

Fix spello

llvm-svn: 8432
This commit is contained in:
Chris Lattner 2003-09-10 05:30:09 +00:00
parent 58d4183a25
commit dbca8de747

View File

@ -62,7 +62,7 @@ struct isa_impl_wrap<To, const FromTy, const FromTy> {
};
// 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 {