aboutsummaryrefslogtreecommitdiffstats
path: root/lib/VMCore
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2003-09-10 05:29:43 +0000
committerChris Lattner <sabre@nondot.org>2003-09-10 05:29:43 +0000
commit065a616adad624152618b1b0084ff074e5b03bbb (patch)
treefc927194de6b9d2f1af7a559ff3f64d524e43aa3 /lib/VMCore
parent3adf51d022348b06a1adeef7649fa35928ad9358 (diff)
downloadexternal_llvm-065a616adad624152618b1b0084ff074e5b03bbb.zip
external_llvm-065a616adad624152618b1b0084ff074e5b03bbb.tar.gz
external_llvm-065a616adad624152618b1b0084ff074e5b03bbb.tar.bz2
Fix spell-o's
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@8431 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/VMCore')
-rw-r--r--lib/VMCore/Type.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/VMCore/Type.cpp b/lib/VMCore/Type.cpp
index db47fdb..eb1c99e 100644
--- a/lib/VMCore/Type.cpp
+++ b/lib/VMCore/Type.cpp
@@ -13,7 +13,7 @@
// DEBUG_MERGE_TYPES - Enable this #define to see how and when derived types are
// created and later destroyed, all in an effort to make sure that there is only
-// a single cannonical version of a type.
+// a single canonical version of a type.
//
//#define DEBUG_MERGE_TYPES 1