Typos.
authorChad Rosier <mcrosier@apple.com>
Wed, 1 Jun 2011 23:32:40 +0000 (23:32 +0000)
committerChad Rosier <mcrosier@apple.com>
Wed, 1 Jun 2011 23:32:40 +0000 (23:32 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@132437 91177308-0d34-0410-b5e6-96231b3b80d8

include/llvm/CodeGen/PseudoSourceValue.h
include/llvm/Metadata.h

index bace631ab9554cd00e76455dafdb43a368ea4944..7dab4f948628ff1da72ccdc45e6f2b90bbcf648e 100644 (file)
@@ -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 {
index c3230251d4823b76858fd2ced1574cc96cfa119f..887e33c7a18180cd6f456509ea02e170f326cf7d 100644 (file)
@@ -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