From 776f776838d6e2f83d899bc99452dc83779c341b Mon Sep 17 00:00:00 2001 From: Chris Lattner Date: Wed, 10 Sep 2003 05:30:09 +0000 Subject: [PATCH] Fix spello git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@8432 91177308-0d34-0410-b5e6-96231b3b80d8 --- include/Support/Casting.h | 2 +- include/llvm/Support/Casting.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/include/Support/Casting.h b/include/Support/Casting.h index a5a0955c516..2815ecde71d 100644 --- a/include/Support/Casting.h +++ b/include/Support/Casting.h @@ -62,7 +62,7 @@ struct isa_impl_wrap { }; // isa_impl_cl - Use class partial specialization to transform types to a single -// cannonical form for isa_impl. +// canonical form for isa_impl. // template struct isa_impl_cl { diff --git a/include/llvm/Support/Casting.h b/include/llvm/Support/Casting.h index a5a0955c516..2815ecde71d 100644 --- a/include/llvm/Support/Casting.h +++ b/include/llvm/Support/Casting.h @@ -62,7 +62,7 @@ struct isa_impl_wrap { }; // isa_impl_cl - Use class partial specialization to transform types to a single -// cannonical form for isa_impl. +// canonical form for isa_impl. // template struct isa_impl_cl { -- 2.34.1