From bd7b67fd37166a129c1962981ea380e18077a4d6 Mon Sep 17 00:00:00 2001 From: Evan Cheng Date: Fri, 1 Dec 2006 21:50:17 +0000 Subject: [PATCH] Typo git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@32095 91177308-0d34-0410-b5e6-96231b3b80d8 --- include/llvm/Target/TargetAsmInfo.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/llvm/Target/TargetAsmInfo.h b/include/llvm/Target/TargetAsmInfo.h index 050949eeb55..5ff52d8ab24 100644 --- a/include/llvm/Target/TargetAsmInfo.h +++ b/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. -- 2.34.1