summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEvan Cheng <evan.cheng@apple.com>2006-12-01 21:50:17 +0000
committerEvan Cheng <evan.cheng@apple.com>2006-12-01 21:50:17 +0000
commit2f89f04e5f0803e26e2034d461552b63fc330709 (patch)
tree7685160bd22497492137839eecd9790fb84f3ab9
parentdcd052e11a12c2d8242ea9b9d82c844710d1182f (diff)
downloadbcm5719-llvm-2f89f04e5f0803e26e2034d461552b63fc330709.tar.gz
bcm5719-llvm-2f89f04e5f0803e26e2034d461552b63fc330709.zip
Typo
llvm-svn: 32095
-rw-r--r--llvm/include/llvm/Target/TargetAsmInfo.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/include/llvm/Target/TargetAsmInfo.h b/llvm/include/llvm/Target/TargetAsmInfo.h
index 050949eeb55..5ff52d8ab24 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.
OpenPOWER on IntegriCloud