summaryrefslogtreecommitdiff
path: root/include/llvm/Support/Casting.h
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2003-09-10 05:30:09 +0000
committerChris Lattner <sabre@nondot.org>2003-09-10 05:30:09 +0000
commit776f776838d6e2f83d899bc99452dc83779c341b (patch)
tree69fb51778086b6ff9a40f5d550fe68e7c85bde35 /include/llvm/Support/Casting.h
parent065a616adad624152618b1b0084ff074e5b03bbb (diff)
downloadllvm-776f776838d6e2f83d899bc99452dc83779c341b.tar.gz
llvm-776f776838d6e2f83d899bc99452dc83779c341b.tar.bz2
llvm-776f776838d6e2f83d899bc99452dc83779c341b.tar.xz
Fix spello
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@8432 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'include/llvm/Support/Casting.h')
-rw-r--r--include/llvm/Support/Casting.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/llvm/Support/Casting.h b/include/llvm/Support/Casting.h
index a5a0955c51..2815ecde71 100644
--- a/include/llvm/Support/Casting.h
+++ b/include/llvm/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 {