summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorChad Rosier <mcrosier@apple.com>2011-06-01 23:32:40 +0000
committerChad Rosier <mcrosier@apple.com>2011-06-01 23:32:40 +0000
commit11772e093f159a37d92fe5855faa89ad70b1639d (patch)
tree06bb9698b097cfe76d7e00269bd9f7af3714560a /include
parentfc09797426894602355d248edb174676ec7fd560 (diff)
downloadllvm-11772e093f159a37d92fe5855faa89ad70b1639d.tar.gz
llvm-11772e093f159a37d92fe5855faa89ad70b1639d.tar.bz2
llvm-11772e093f159a37d92fe5855faa89ad70b1639d.tar.xz
Typos.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@132437 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'include')
-rw-r--r--include/llvm/CodeGen/PseudoSourceValue.h2
-rw-r--r--include/llvm/Metadata.h2
2 files changed, 2 insertions, 2 deletions
diff --git a/include/llvm/CodeGen/PseudoSourceValue.h b/include/llvm/CodeGen/PseudoSourceValue.h
index bace631ab9..7dab4f9486 100644
--- a/include/llvm/CodeGen/PseudoSourceValue.h
+++ b/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/include/llvm/Metadata.h b/include/llvm/Metadata.h
index c3230251d4..887e33c7a1 100644
--- a/include/llvm/Metadata.h
+++ b/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