From 2f89f04e5f0803e26e2034d461552b63fc330709 Mon Sep 17 00:00:00 2001 From: Evan Cheng Date: Fri, 1 Dec 2006 21:50:17 +0000 Subject: [PATCH] Typo llvm-svn: 32095 --- llvm/include/llvm/Target/TargetAsmInfo.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/llvm/include/llvm/Target/TargetAsmInfo.h b/llvm/include/llvm/Target/TargetAsmInfo.h index 050949eeb558..5ff52d8ab24e 100644 --- a/llvm/include/llvm/Target/TargetAsmInfo.h +++ b/llvm/include/llvm/Target/TargetAsmInfo.h @@ -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.