fix comment typo

llvm-svn: 60227
This commit is contained in:
Chris Lattner 2008-11-28 23:57:26 +00:00
parent 9d72ff710e
commit 06db5255c3
1 changed files with 1 additions and 1 deletions

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.