Fix a comment.
authorBob Wilson <bob.wilson@apple.com>
Sat, 15 Jan 2011 00:09:18 +0000 (00:09 +0000)
committerBob Wilson <bob.wilson@apple.com>
Sat, 15 Jan 2011 00:09:18 +0000 (00:09 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@123497 91177308-0d34-0410-b5e6-96231b3b80d8

lib/Target/ARM/ARMMachineFunctionInfo.h

index 514c26b4daf038e3bf6777b4455221f07bd1c8f9..dbb3fe2672bf33e795e3d815ff9bb7abb4bc0c25 100644 (file)
@@ -22,8 +22,8 @@
 
 namespace llvm {
 
-/// ARMFunctionInfo - This class is derived from MachineFunction private
-/// ARM target-specific information for each MachineFunction.
+/// ARMFunctionInfo - This class is derived from MachineFunctionInfo and
+/// contains private ARM-specific information for each MachineFunction.
 class ARMFunctionInfo : public MachineFunctionInfo {
 
   /// isThumb - True if this function is compiled under Thumb mode.