diff options
| author | Chad Rosier <mcrosier@apple.com> | 2011-06-01 23:32:40 +0000 |
|---|---|---|
| committer | Chad Rosier <mcrosier@apple.com> | 2011-06-01 23:32:40 +0000 |
| commit | 6ded76be9c862a14ae4d677ee74078a4643a5336 (patch) | |
| tree | 2fd43105bbeda68655092b6c24b33ca14ca0e60d | |
| parent | f2ddc71310d12663ec5adf97936fb45366954411 (diff) | |
| download | bcm5719-llvm-6ded76be9c862a14ae4d677ee74078a4643a5336.tar.gz bcm5719-llvm-6ded76be9c862a14ae4d677ee74078a4643a5336.zip | |
Typos.
llvm-svn: 132437
| -rw-r--r-- | llvm/include/llvm/CodeGen/PseudoSourceValue.h | 2 | ||||
| -rw-r--r-- | llvm/include/llvm/Metadata.h | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/llvm/include/llvm/CodeGen/PseudoSourceValue.h b/llvm/include/llvm/CodeGen/PseudoSourceValue.h index bace631ab95..7dab4f94862 100644 --- a/llvm/include/llvm/CodeGen/PseudoSourceValue.h +++ b/llvm/include/llvm/CodeGen/PseudoSourceValue.h @@ -21,7 +21,7 @@ namespace llvm { class raw_ostream; /// PseudoSourceValue - Special value supplied for machine level alias - /// analysis. It indicates that the a memory access references the functions + /// analysis. It indicates that a memory access references the functions /// stack frame (e.g., a spill slot), below the stack frame (e.g., argument /// space), or constant pool. class PseudoSourceValue : public Value { diff --git a/llvm/include/llvm/Metadata.h b/llvm/include/llvm/Metadata.h index c3230251d48..887e33c7a18 100644 --- a/llvm/include/llvm/Metadata.h +++ b/llvm/include/llvm/Metadata.h @@ -34,7 +34,7 @@ template<typename ValueSubClass, typename ItemParentClass> //===----------------------------------------------------------------------===// /// MDString - a single uniqued string. /// These are used to efficiently contain a byte sequence for metadata. -/// MDString is always unnamd. +/// MDString is always unnamed. class MDString : public Value { MDString(const MDString &); // DO NOT IMPLEMENT |

