[llvm-commits] [llvm] r132437 - in /llvm/trunk/include/llvm: CodeGen/PseudoSourceValue.h Metadata.h
Chad Rosier
mcrosier at apple.com
Wed Jun 1 16:32:40 PDT 2011
Author: mcrosier
Date: Wed Jun 1 18:32:40 2011
New Revision: 132437
URL: http://llvm.org/viewvc/llvm-project?rev=132437&view=rev
Log:
Typos.
Modified:
llvm/trunk/include/llvm/CodeGen/PseudoSourceValue.h
llvm/trunk/include/llvm/Metadata.h
Modified: llvm/trunk/include/llvm/CodeGen/PseudoSourceValue.h
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/include/llvm/CodeGen/PseudoSourceValue.h?rev=132437&r1=132436&r2=132437&view=diff
==============================================================================
--- llvm/trunk/include/llvm/CodeGen/PseudoSourceValue.h (original)
+++ llvm/trunk/include/llvm/CodeGen/PseudoSourceValue.h Wed Jun 1 18:32:40 2011
@@ -21,7 +21,7 @@
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 {
Modified: llvm/trunk/include/llvm/Metadata.h
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/include/llvm/Metadata.h?rev=132437&r1=132436&r2=132437&view=diff
==============================================================================
--- llvm/trunk/include/llvm/Metadata.h (original)
+++ llvm/trunk/include/llvm/Metadata.h Wed Jun 1 18:32:40 2011
@@ -34,7 +34,7 @@
//===----------------------------------------------------------------------===//
/// 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
More information about the llvm-commits
mailing list