From: Evan Cheng Date: Fri, 1 Dec 2006 21:50:17 +0000 (+0000) Subject: Typo X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=bd7b67fd37166a129c1962981ea380e18077a4d6;p=oota-llvm.git 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 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.