From: Nate Begeman Date: Tue, 18 Apr 2006 16:03:18 +0000 (+0000) Subject: Fix a copy & paste error from long ago. X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=6baa2b7220567ee83901ff1830c003468ad4f248;p=oota-llvm.git Fix a copy & paste error from long ago. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@27800 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/include/llvm/CodeGen/MachineConstantPool.h b/include/llvm/CodeGen/MachineConstantPool.h index 8ede67835c5..bb88a86d15f 100644 --- a/include/llvm/CodeGen/MachineConstantPool.h +++ b/include/llvm/CodeGen/MachineConstantPool.h @@ -66,7 +66,7 @@ public: } /// print - Used by the MachineFunction printer to print information about - /// stack objects. Implemented in MachineFunction.cpp + /// constant pool objects. Implemented in MachineFunction.cpp /// void print(std::ostream &OS) const;