fix comment typo

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@60227 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Chris Lattner 2008-11-28 23:57:26 +00:00
parent 762ac83271
commit d55da4de04

View File

@ -19,7 +19,7 @@
namespace llvm {
/// PointerIntPair - This class implements a pair of a pointer and small
/// integer. It is designed to represet this in the space required by one
/// integer. It is designed to represent this in the space required by one
/// pointer by bitmangling the integer into the low part of the pointer. This
/// can only be done for small integers: typically up to 3 bits, but it depends
/// on the alignment returned by the allocator in use.