diff options
author | Evan Cheng <evan.cheng@apple.com> | 2006-12-01 21:50:17 +0000 |
---|---|---|
committer | Evan Cheng <evan.cheng@apple.com> | 2006-12-01 21:50:17 +0000 |
commit | bd7b67fd37166a129c1962981ea380e18077a4d6 (patch) | |
tree | 8974151558839aea5e96a0c22a649e95f9b293de | |
parent | 6c14147d934bd644fc9d24a3b36f3c38799a3401 (diff) | |
download | external_llvm-bd7b67fd37166a129c1962981ea380e18077a4d6.zip external_llvm-bd7b67fd37166a129c1962981ea380e18077a4d6.tar.gz external_llvm-bd7b67fd37166a129c1962981ea380e18077a4d6.tar.bz2 |
Typo
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@32095 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r-- | include/llvm/Target/TargetAsmInfo.h | 2 |
1 files changed, 1 insertions, 1 deletions
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 @@ 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. |