diff options
Diffstat (limited to 'include/Support')
-rw-r--r-- | include/Support/Casting.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/Support/Casting.h b/include/Support/Casting.h index a5a0955c51..2815ecde71 100644 --- a/include/Support/Casting.h +++ b/include/Support/Casting.h @@ -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 { |