diff --git a/include/llvm/Target/TargetData.h b/include/llvm/Target/TargetData.h index c75d514dbfb..5ab33f464e9 100644 --- a/include/llvm/Target/TargetData.h +++ b/include/llvm/Target/TargetData.h @@ -213,8 +213,8 @@ public: /// const Type *getIntPtrType() const; - /// getIndexedOffset - return the offset from the beginning of the type for the - /// specified indices. This is used to implement getelementptr. + /// getIndexedOffset - return the offset from the beginning of the type for + /// the specified indices. This is used to implement getelementptr. /// uint64_t getIndexedOffset(const Type *Ty, Value* const* Indices, unsigned NumIndices) const;