Typo
authorEvan Cheng <evan.cheng@apple.com>
Fri, 1 Dec 2006 21:50:17 +0000 (21:50 +0000)
committerEvan Cheng <evan.cheng@apple.com>
Fri, 1 Dec 2006 21:50:17 +0000 (21:50 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@32095 91177308-0d34-0410-b5e6-96231b3b80d8

include/llvm/Target/TargetAsmInfo.h

index 050949eeb558d4418c9fa566ceb78dba926eedea..5ff52d8ab24e0b63e7e4fa1868e0bbe17cc12225 100644 (file)
@@ -212,7 +212,7 @@ namespace llvm {
     /// code elimination on some targets.
     const char *UsedDirective;            // Defaults to null.
 
-    /// WeakRefDirective - This directive, if non-null, is used to decalre a
+    /// WeakRefDirective - This directive, if non-null, is used to declare a
     /// global as being a weak undefined symbol.
     const char *WeakRefDirective;         // Defaults to null.