Typo


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@32095 91177308-0d34-0410-b5e6-96231b3b80d8
diff --git a/include/llvm/Target/TargetAsmInfo.h b/include/llvm/Target/TargetAsmInfo.h
index 050949e..5ff52d8 100644
--- a/include/llvm/Target/TargetAsmInfo.h
+++ b/include/llvm/Target/TargetAsmInfo.h
@@ -212,7 +212,7 @@
     /// 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.